Variable: GetCommentContentPropertiesByIdSchema
ts
const GetCommentContentPropertiesByIdSchema: ZodObject<{
commentId: ZodNumber;
propertyId: ZodNumber;
}, $strip>;Defined in: src/v2/parameters/getCommentContentPropertiesById.ts:3