Interface: TypeOrmExtEntityOptionInterface<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends ReferenceIdInterface | ReferenceIdInterface |
Properties
| Property | Type |
|---|---|
dataSource? | TypeOrmExtDataSourceToken |
entity | EntityClassOrSchema |
repositoryFactory? | (dataSource: DataSource) => Repository<T> |