Skip to content

Variable: GetViewersSchema

ts
const GetViewersSchema: ZodObject<{
  count: ZodOptional<ZodNumber>;
  id: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/v1/models/getViewers.ts:4