/** * metrics-sdk-admin * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 5.4.9 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * metrics-sdk-admin * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 5.4.9 * * * 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 FacilityLicenseType: { readonly normal: "normal"; readonly demo: "demo"; readonly test: "test"; }; export type FacilityLicenseType = 'normal' | 'demo' | 'test'; export declare function instanceOfFacilityLicenseType(value: unknown): boolean; export declare function FacilityLicenseTypeFromJSON(json: unknown): FacilityLicenseType; export declare function FacilityLicenseTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): FacilityLicenseType; export declare function FacilityLicenseTypeToJSON(value?: FacilityLicenseType | null): FacilityLicenseType | null | undefined;