jira.js
    Preparing search index...

    Variable AttachmentMetaSchemaConst

    AttachmentMetaSchema: ZodObject<
        {
            enabled: ZodOptional<ZodBoolean>;
            uploadLimit: ZodOptional<ZodNumber>;
        },
        $loose,
    > = ...