Type alias DataSourceManagerConfigOption<OPTIONS>

DataSourceManagerConfigOption<OPTIONS>: {
    dataSource?: {
        [key: string]: PowerPartial<{
            entities: any[];
        } & OPTIONS>;
    };
    default?: PowerPartial<OPTIONS>;
    defaultDataSourceName?: string;
}

Type Parameters

  • OPTIONS

Type declaration

  • Optional dataSource?: {
        [key: string]: PowerPartial<{
            entities: any[];
        } & OPTIONS>;
    }
    • [key: string]: PowerPartial<{
          entities: any[];
      } & OPTIONS>
  • Optional default?: PowerPartial<OPTIONS>
  • Optional defaultDataSourceName?: string

Generated using TypeDoc