Typescript SDK Type Docs
    Preparing search index...

    Interface TypeKeyReference

    Used by the Import API to identify a Type.

    interface TypeKeyReference {
        key: string;
        typeId: "type";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Type.

    typeId: "type"

    Type of referenced resource.