Skip to main content
Glama
createCreateCustomExerciseRequestBody.ts843 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import type { CreateCustomExerciseRequestBody } from "../types/CreateCustomExerciseRequestBody.ts"; import { createCustomExerciseType } from "./createCustomExerciseType.ts"; import { createEquipmentCategory } from "./createEquipmentCategory.ts"; import { createMuscleGroup } from "./createMuscleGroup.ts"; import { faker } from "@faker-js/faker"; export function createCreateCustomExerciseRequestBody(data?: Partial<CreateCustomExerciseRequestBody>): CreateCustomExerciseRequestBody { return { ...{"exercise": {"title": faker.string.alpha(),"exercise_type": createCustomExerciseType(),"equipment_category": createEquipmentCategory(),"muscle_group": createMuscleGroup(),"other_muscles": faker.helpers.multiple(() => (createMuscleGroup()))}}, ...data || {} } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server