/** * 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 DataaccessSortDirection: { readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type DataaccessSortDirection = typeof DataaccessSortDirection[keyof typeof DataaccessSortDirection]; export declare function instanceOfDataaccessSortDirection(value: any): boolean; export declare function DataaccessSortDirectionFromJSON(json: any): DataaccessSortDirection; export declare function DataaccessSortDirectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): DataaccessSortDirection; export declare function DataaccessSortDirectionToJSON(value?: DataaccessSortDirection | null): any; export declare function DataaccessSortDirectionToJSONTyped(value: any, ignoreDiscriminator: boolean): DataaccessSortDirection;