/** * 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 StrengthMachineAppType: { readonly performance: "performance"; readonly elder: "elder"; readonly medical: "medical"; readonly commercial: "commercial"; }; export type StrengthMachineAppType = 'performance' | 'elder' | 'medical' | 'commercial'; export declare function instanceOfStrengthMachineAppType(value: unknown): boolean; export declare function StrengthMachineAppTypeFromJSON(json: unknown): StrengthMachineAppType; export declare function StrengthMachineAppTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthMachineAppType; export declare function StrengthMachineAppTypeToJSON(value?: StrengthMachineAppType | null): StrengthMachineAppType | null | undefined;