/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { AttachmentBaseObjectAsResponse } from "../definitions/AttachmentBaseObjectAsResponse"; export interface AttachmentThumbnailsAsResponse { /** * An array of attachment objects. Note that photo thumbnails do not have thumbnails */ thumbnails?: Array; } //# sourceMappingURL=AttachmentThumbnailsAsResponse.d.ts.map