DeclarativeType interface

DeclarativeType 接口将$kind映射到类型。

属性

kind
loader
type

属性详细信息

kind

kind: string

属性值

string

loader

loader?: CustomDeserializer<T, C>

属性值

type

type: Newable<T, any[]>

属性值

Newable<T, any[]>