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:
@@ -26,6 +26,7 @@ export interface SearchQuery {
|
||||
filters?: JsonObject;
|
||||
types?: string[];
|
||||
pageCursor?: string;
|
||||
resultsPerPage?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user