Skip to content

TSearchWebapiList

TSearchWebapiList object

TSearchWebapiList is an object that represents a list of results from a search query with a few additional properties.

type TSearchWebapiList<T> = TWebapiList<T> & {
    max_score: number;
    suggests: string[];
};

TWebapiList

Represents the TWebapiList object.