QuoteList
Representation of a Quote result list. QuoteList
export interface QuoteList {
'pagination'?: DeprecatedPagination;
'quotes'?: Array<Quote>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} QuoteList |
quotes | Optional | Array<Quote> | List of quotes. {Array<Quote>} QuoteList |