Skip to content

Variable: GetBlogPostLikeUsersSchema

ts
const GetBlogPostLikeUsersSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  id: ZodNumber;
  limit: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v2/parameters/getBlogPostLikeUsers.ts:3