interface TypeReference {
    id: string;
    obj?: Type;
    typeId: "type";
}

Properties

Properties

id: string

Unique identifier of the referenced Type.

obj?: Type

Contains the representation of the expanded Type. Only present in responses to requests with Reference Expansion for Types.

typeId: "type"

Generated using TypeDoc