Variable: SetCommentPropertySchema
ts
const SetCommentPropertySchema: ZodObject<{
body: ZodRecord<ZodString, ZodAny>;
commentId: ZodString;
propertyKey: ZodString;
}, $strip>;Defined in: src/cloud/parameters/setCommentProperty.ts:3