Skip to content

Type Alias: BlogPostLikeUsers

ts
type BlogPostLikeUsers = z.infer<typeof BlogPostLikeUsersSchema>;

Defined in: src/v2/models/blogPostLikeUsers.ts:11