/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface AttachmentSettingsAsResponse { /** * Whether the ability to add attachments is enabled. */ enabled?: boolean; /** * The maximum size of attachments permitted, in bytes. */ uploadLimit?: number; } //# sourceMappingURL=AttachmentSettingsAsResponse.d.ts.map