interface StagedQuoteSetSellerCommentAction {
    action: "setSellerComment";
    sellerComment?: string;
}

Properties

action: "setSellerComment"
sellerComment?: string

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

Generated using TypeDoc