Typescript SDK Type Docs
    Preparing search index...

    Interface IKeyReference

    interface IKeyReference {
        key: string;
        typeId: ReferenceType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced resource. If the referenced resource does not exist, the state of the ImportOperation will be set to unresolved until the referenced resource is created.

    Type of referenced resource.