/** * Synapse REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const DownloadSortDirection: { readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type DownloadSortDirection = typeof DownloadSortDirection[keyof typeof DownloadSortDirection]; export declare function instanceOfDownloadSortDirection(value: any): boolean; export declare function DownloadSortDirectionFromJSON(json: any): DownloadSortDirection; export declare function DownloadSortDirectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): DownloadSortDirection; export declare function DownloadSortDirectionToJSON(value?: DownloadSortDirection | null): any; export declare function DownloadSortDirectionToJSONTyped(value: any, ignoreDiscriminator: boolean): DownloadSortDirection;