interface OrderEditSetKeyAction {
    action: "setKey";
    key?: string;
}

Properties

Properties

action: "setKey"
key?: string

If key is absent or null, this field will be removed if it exists.

Generated using TypeDoc