interface ResultsByQueryRequest {
    pageSize?: number;
    query?: ResultsStoreQuery;
}

Properties

Properties

pageSize?: number