类型别名 CanonicalObjectSchema<T>

规范对象模式<t>: BaseObjectSchema{
    ctor?: RealmObjectConstructor
    属性: CanonicalPropertiesTypes<keyof t>
}

特定类型对象模式的规范表示。

类型参数

  • T =默认对象

类型声明

使用TypeDoc生成