UNPKG

@chinchillaenterprises/mcp-upwork

Version:

Modular Upwork MCP server for job search and proposal management via Upwork API

10 lines 203 B
export interface UpworkMessage { id: string; from: string; to: string; subject: string; body: string; sent_date: string; read: boolean; } //# sourceMappingURL=message.d.ts.map