/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface AttachmentLinksAsResponse { /** * Web UI link of the content. */ webui?: string; /** * Download link of the content. */ download?: string; } //# sourceMappingURL=AttachmentLinksAsResponse.d.ts.map