API Reference
Rockets Core API
nestjs-typeorm-ext
interfaces
TypeOrmExtEntityOptionInterface

Interface: TypeOrmExtEntityOptionInterface<T>

Type Parameters

Type ParameterDefault type
T extends ReferenceIdInterfaceReferenceIdInterface

Properties

PropertyType
dataSource?TypeOrmExtDataSourceToken
entityEntityClassOrSchema
repositoryFactory?(dataSource: DataSource) => Repository<T>