@gradientedge/commercetools-utils
    Preparing search index...

    Interface StagedQuoteSetSellerCommentAction

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "setSellerComment"
    sellerComment?: string

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