Skip to main content
Glama
createExerciseHistoryEntry.ts780 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import type { ExerciseHistoryEntry } from "../types/ExerciseHistoryEntry.ts"; import { faker } from "@faker-js/faker"; export function createExerciseHistoryEntry(data?: Partial<ExerciseHistoryEntry>): ExerciseHistoryEntry { return { ...{"workout_id": faker.string.alpha(),"workout_title": faker.string.alpha(),"workout_start_time": faker.string.alpha(),"workout_end_time": faker.string.alpha(),"exercise_template_id": faker.string.alpha(),"weight_kg": faker.number.float(),"reps": faker.number.int(),"distance_meters": faker.number.int(),"duration_seconds": faker.number.int(),"rpe": faker.number.float(),"custom_metric": faker.number.float(),"set_type": faker.string.alpha()}, ...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