Skip to content

Variable: GetBlogpostContentPropertiesByIdSchema

ts
const GetBlogpostContentPropertiesByIdSchema: ZodObject<{
  blogpostId: ZodNumber;
  propertyId: ZodNumber;
}, $strip>;

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