/** * 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 DocumentTypeNames: { readonly add: "add"; readonly delete: "delete"; }; export type DocumentTypeNames = typeof DocumentTypeNames[keyof typeof DocumentTypeNames]; export declare function instanceOfDocumentTypeNames(value: any): boolean; export declare function DocumentTypeNamesFromJSON(json: any): DocumentTypeNames; export declare function DocumentTypeNamesFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentTypeNames; export declare function DocumentTypeNamesToJSON(value?: DocumentTypeNames | null): any; export declare function DocumentTypeNamesToJSONTyped(value: any, ignoreDiscriminator: boolean): DocumentTypeNames;