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

Properties

Properties

action: "setComment"
comment?: string

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