Interface SuggestionsOptions

interface SuggestionsOptions {
    size?: string;
}

Hierarchy

Properties

Properties

size?: string

The total number of results to return (max of 250)

Default value: 25

Generated using TypeDoc