EntityType
type EntityType = IEntityStaticType & (...args) => any;
Defined in: packages/rxdb/src/entity/entity.interface.ts:27
实体类型 表示可实例化的实体构造函数类型
type EntityType = IEntityStaticType & (...args) => any;
Defined in: packages/rxdb/src/entity/entity.interface.ts:27
实体类型 表示可实例化的实体构造函数类型