export type GetDataSource = (dataSourceName: string) => Promise<object>;
