Skip to main content
Glama
paginatedWorkoutEventsSchema.ts606 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { deletedWorkoutSchema } from "./deletedWorkoutSchema.ts"; import { updatedWorkoutSchema } from "./updatedWorkoutSchema.ts"; import { z } from "zod"; export const paginatedWorkoutEventsSchema = z.object({ "page": z.number().int().describe("The current page number"), "page_count": z.number().int().describe("The total number of pages available"), "events": z.array(z.union([z.lazy(() => updatedWorkoutSchema), z.lazy(() => deletedWorkoutSchema)])).describe("An array of workout events (either updated or deleted)") })

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