Type Alias ConnectorNodesInfo

Datasource metadata

type ConnectorNodesInfo = {
    cachedDataSources?: string[];
    contractType: number;
    dataSourcesUpdated: boolean;
    providerName: string;
    state: string;
    url: string;
}
Index

Properties

cachedDataSources?: string[]

List of datasource IDs provided by the provider

contractType: number
dataSourcesUpdated: boolean
providerName: string
state: string
url: string