interface StoreKeyReference {
    key: string;
    typeId: "store";
}

Hierarchy (View Summary)

Properties

Properties

key: string

Unique and immutable key of the referenced Store.

typeId: "store"

Type of referenced resource.