Interface ShallowQuote

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

interface ShallowQuote {
    quotedStatusId?: null | string;
    state: keyof QuoteStateRegistry;
}

Properties

quotedStatusId?: null | string
state: keyof QuoteStateRegistry