Typescript SDK Type Docs
    Preparing search index...

    Interface StateKeyReference

    Used by the Import API to identify a State.

    interface StateKeyReference {
        key: string;
        typeId: "state";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced State.

    typeId: "state"

    Type of referenced resource.