Skip to content

Variable: PageLikeCountSchema

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

Defined in: src/v2/models/pageLikeCount.ts:4