Variable: GetViewsSchema
ts
const GetViewsSchema: ZodObject<{
count: ZodOptional<ZodNumber>;
id: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/v1/models/getViews.ts:4