Skip to content

Variable: GetViewsSchema

ts
const GetViewsSchema: ZodObject<{
  contentId: ZodString;
  fromDate: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/v1/parameters/getViews.ts:3