Skip to content

Variable: FooterLikeCountSchema

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

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