interface StoreResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "store";
}

Properties

Properties

id?: string

Unique ID of the referenced Store. Either id or key is required.

key?: string

Unique key of the referenced Store. Either id or key is required.

typeId: "store"

Generated using TypeDoc