Skip to content

Variable: GetCommentContentPropertiesSchema

ts
const GetCommentContentPropertiesSchema: ZodObject<{
  commentId: ZodNumber;
  cursor: ZodOptional<ZodString>;
  key: ZodOptional<ZodString>;
  limit: ZodOptional<ZodNumber>;
  sort: ZodOptional<ZodCustom<"key" | string & object | "-key", "key" | string & object | "-key">>;
}, $strip>;

Defined in: src/v2/parameters/getCommentContentProperties.ts:4