References a store by key.

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

Properties

Properties

key: string
typeId: "store"