Home > @uniformdev/mesh-sdk > DataTypeLocationMetadata
DataTypeLocationMetadata type
Signature:
type DataTypeLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
dataSource: DataSource;
dataConnector: DataConnectorInfo;
archetype: string;
}, TIntegrationConfiguration>;
References: CommonMetadata, DataConnectorInfo