/** * Fabric API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * 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 RootType: { readonly System: "SYSTEM"; readonly Space: "SPACE"; readonly Integration: "INTEGRATION"; }; export type RootType = typeof RootType[keyof typeof RootType]; export declare function instanceOfRootType(value: any): boolean; export declare function RootTypeFromJSON(json: any): RootType; export declare function RootTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): RootType; export declare function RootTypeToJSON(value?: RootType | null): any; export declare function RootTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): RootType;