/** * 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 A500DataSetType: { readonly normal: "normal"; readonly test: "test"; }; export type A500DataSetType = 'normal' | 'test'; export declare function instanceOfA500DataSetType(value: unknown): boolean; export declare function A500DataSetTypeFromJSON(json: unknown): A500DataSetType; export declare function A500DataSetTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): A500DataSetType; export declare function A500DataSetTypeToJSON(value?: A500DataSetType | null): A500DataSetType | null | undefined;