Interface Quote

Represents a quote or a quote placeholder, with the current authorization status.

interface Quote {
    quotedStatus?: null | Status;
    state: keyof QuoteStateRegistry;
}

Properties

Properties

quotedStatus?: null | Status
state: keyof QuoteStateRegistry