You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
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 |