UNPKG

@aot-tech/clockify-mcp-server

Version:

MCP Server for Clockify time tracking integration with AI tools

12 lines (11 loc) 296 B
import { z } from "zod"; export declare const FindProjectSchema: z.ZodObject<{ workspaceId: z.ZodString; name: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { workspaceId: string; name?: string | undefined; }, { workspaceId: string; name?: string | undefined; }>;