interface StagedOrderSetCountryAction {
    action: "setCountry";
    country?: string;
}

Properties

Properties

action: "setCountry"
country?: string

Generated using TypeDoc