jira.js
    Preparing search index...

    Variable AddAttachmentSchemaConst

    AddAttachmentSchema: ZodObject<
        {
            attachments: ZodCustom<
                AttachmentInput
                | AttachmentInput[],
                AttachmentInput | AttachmentInput[],
            >;
            issueIdOrKey: ZodString;
        },
        $strip,
    > = ...