TypeOrmDataSourceFactory


type TypeOrmDataSourceFactory = (options?: DataSourceOptions) => Promise<DataSource>;