jira.js
    Preparing search index...

    Variable AttachmentSettingsSchemaConst

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

    Details of the instance's attachment settings.