Type alias DataSourceManagerConfigOption<OPTIONS>
Data
Source
Manager
Config
Option
<OPTIONS>: { dataSource
?: { [key:
string]
: PowerPartial<{ entities
: any[]; } & OPTIONS>; }; default
?: PowerPartial<OPTIONS>; defaultDataSourceName
?: string; }
Type declaration
-
Optional
dataSource?: {
[key: string]: PowerPartial<{
entities: any[];
} & OPTIONS>;
}
-
Optional
default?: PowerPartial<OPTIONS>
-
Optional
defaultDataSourceName?: string