类型别名 CanonicalObjectSchema<T>

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

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

类型参数

类型声明

使用TypeDoc生成