Skip to content

Variable: CreateCommentWithAttachmentSchema

ts
const CreateCommentWithAttachmentSchema: ZodObject<{
  additionalComment: ZodOptional<ZodObject<{
     body: ZodOptional<ZodString>;
  }, $loose>>;
  issueIdOrKey: ZodString;
  public: ZodOptional<ZodBoolean>;
  temporaryAttachmentIds: ZodOptional<ZodArray<ZodString>>;
}, $strip>;

Defined in: src/serviceDesk/parameters/createCommentWithAttachment.ts:4