Skip to content

Variable: GetCommentPropertySchema

ts
const GetCommentPropertySchema: ZodObject<{
  commentId: ZodString;
  propertyKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/getCommentProperty.ts:3