References a price by key.

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

Properties

Properties

key: string
typeId: "price"