References an order by key.

interface OrderKeyReference {
    key: string;
    typeId: "order";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "order"

The type of the referenced resource.