interface QuoteChangeQuoteStateAction {
    action: "changeQuoteState";
    quoteState: string;
}

Properties

Properties

action: "changeQuoteState"
quoteState: string

New state to be set for the Quote.

Generated using TypeDoc