import { type IDataSourceIdentifierDescriptor } from "@gooddata/sdk-model"; /** * Service to work with data sources * * @alpha */ export interface IDataSourcesService { /** * Returns data source identifiers */ getDataSourceIdentifiers(): Promise; } //# sourceMappingURL=index.d.ts.map