/** * 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 StrengthExercisePlane: { readonly sagittal: "sagittal"; readonly frontal: "frontal"; readonly transverse: "transverse"; }; export type StrengthExercisePlane = 'sagittal' | 'frontal' | 'transverse'; export declare function instanceOfStrengthExercisePlane(value: unknown): boolean; export declare function StrengthExercisePlaneFromJSON(json: unknown): StrengthExercisePlane; export declare function StrengthExercisePlaneFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExercisePlane; export declare function StrengthExercisePlaneToJSON(value?: StrengthExercisePlane | null): StrengthExercisePlane | null | undefined;