interface StoreReference {
    id: string;
    obj?: Store;
    typeId: "store";
}

Properties

Properties

id: string

Unique ID of the referenced Store.

obj?: Store

Contains the representation of the expanded Store. Only present in responses to requests with Reference Expansion for Stores.

typeId: "store"

Generated using TypeDoc