/** * 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 StrengthExerciseVariantAttachment: { readonly bar: "bar"; readonly rope: "rope"; readonly singleHandles: "singleHandles"; readonly doubleHandles: "doubleHandles"; readonly ankleStrap: "ankleStrap"; readonly thighStrap: "thighStrap"; readonly belt: "belt"; readonly dip: "dip"; readonly pullUpBar: "pullUpBar"; }; export type StrengthExerciseVariantAttachment = 'bar' | 'rope' | 'singleHandles' | 'doubleHandles' | 'ankleStrap' | 'thighStrap' | 'belt' | 'dip' | 'pullUpBar'; export declare function instanceOfStrengthExerciseVariantAttachment(value: unknown): boolean; export declare function StrengthExerciseVariantAttachmentFromJSON(json: unknown): StrengthExerciseVariantAttachment; export declare function StrengthExerciseVariantAttachmentFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseVariantAttachment; export declare function StrengthExerciseVariantAttachmentToJSON(value?: StrengthExerciseVariantAttachment | null): StrengthExerciseVariantAttachment | null | undefined;