Accept resultsPerPage param on the search query

Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-09-30 16:07:54 +02:00
committed by Camila Belo
parent abfa5a313c
commit 876e3b3d0c
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ export interface SearchQuery {
filters?: JsonObject;
types?: string[];
pageCursor?: string;
resultsPerPage?: number;
}
/**