References a price by key.

interface PriceKeyReference {
    key: string;
    typeId: "price";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "price"

The type of the referenced resource.