UNPKG

@aot-tech/clockify-mcp-server

Version:

MCP Server for Clockify time tracking integration with AI tools

7 lines (6 loc) 369 B
export declare const usersService: { getCurrent: () => Promise<import("axios").AxiosResponse<any, any>>; getAllUsers: (params: any) => Promise<import("axios").AxiosResponse<any, any>>; getAllGroups: (params: any) => Promise<import("axios").AxiosResponse<any, any>>; getTeamManagers: (params: any) => Promise<import("axios").AxiosResponse<any, any>>; };