Add support for search query param

This commit is contained in:
rijkvanzanten
2020-07-08 13:15:44 -04:00
parent 4d33b9a7ab
commit a60785d563
3 changed files with 24 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export type Query = {
page?: number;
single?: boolean;
meta?: Meta[];
search?: string;
};
export type Sort = {