Variable: GetWatchesForPageSchema
ts
const GetWatchesForPageSchema: ZodObject<{
id: ZodString;
limit: ZodOptional<ZodNumber>;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v1/parameters/getWatchesForPage.ts:3