Variable: GetViewersSchema
ts
const GetViewersSchema: ZodObject<{
contentId: ZodString;
fromDate: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v1/parameters/getViewers.ts:3