interface OrderEditSetCommentAction {
    action: "setComment";
    comment?: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "setComment"
comment?: string

Value to set. If empty, any existing value will be removed.