EntityType<StaticTypes, Instance>
type EntityType<StaticTypes, Instance> = IEntityStaticType<StaticTypes> & (...args) => Instance;
Defined in: packages/rxdb/src/entity/entity.interface.ts:68
实体类型 表示可实例化的实体构造函数类型
Type Parameters
| Type Parameter | Default type |
|---|---|
StaticTypes extends object | object |
Instance extends object | object |