UNPKG

apisearch-ui

Version:

Javascript User Interface of Apisearch.

11 lines (10 loc) 165 B
/** * ResultState */ export interface ResultState { items: any[]; page: number; hasNewPage: boolean; focus: boolean; customResponse: string; }