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

Properties

Properties

action: "setComment"
comment?: string

Generated using TypeDoc