Reference to a Store by its key.

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

Properties

Properties

key: string

Unique and immutable key of the referenced Store.

typeId: "store"

Generated using TypeDoc