/** * 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 ViewType: { readonly file: "file"; readonly project: "project"; readonly file_and_table: "file_and_table"; }; export type ViewType = typeof ViewType[keyof typeof ViewType]; export declare function instanceOfViewType(value: any): boolean; export declare function ViewTypeFromJSON(json: any): ViewType; export declare function ViewTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ViewType; export declare function ViewTypeToJSON(value?: ViewType | null): any; export declare function ViewTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ViewType;