/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export declare type AttachmentSortOrder = "created-date" | "-created-date" | "modified-date" | "-modified-date"; //# sourceMappingURL=AttachmentSortOrder.d.ts.map