Query: z.infer<typeof querySchema>

Type for query parameters

const query: Query = {
page: 1,
limit: 10,
search: 'hello',
};