/** * 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 ChecksumType: { readonly md5: "md5"; }; export type ChecksumType = typeof ChecksumType[keyof typeof ChecksumType]; export declare function instanceOfChecksumType(value: any): boolean; export declare function ChecksumTypeFromJSON(json: any): ChecksumType; export declare function ChecksumTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChecksumType; export declare function ChecksumTypeToJSON(value?: ChecksumType | null): any; export declare function ChecksumTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ChecksumType;