/** * 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 DefiningSqlEntityType: { readonly materializedview: "materializedview"; readonly virtualtable: "virtualtable"; }; export type DefiningSqlEntityType = typeof DefiningSqlEntityType[keyof typeof DefiningSqlEntityType]; export declare function instanceOfDefiningSqlEntityType(value: any): boolean; export declare function DefiningSqlEntityTypeFromJSON(json: any): DefiningSqlEntityType; export declare function DefiningSqlEntityTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): DefiningSqlEntityType; export declare function DefiningSqlEntityTypeToJSON(value?: DefiningSqlEntityType | null): any; export declare function DefiningSqlEntityTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): DefiningSqlEntityType;