Skip to content

Variable: UserWatchSchema

ts
const UserWatchSchema: ZodObject<{
  watching: ZodBoolean;
}, $loose>;

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