UNPKG
@chinchillaenterprises/mcp-upwork
Version:
latest (2.8.0)
staging (2.6.0)
2.8.0
2.7.0
2.6.1
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
Modular Upwork MCP server for job search and proposal management via Upwork API
@chinchillaenterprises/mcp-upwork
/
dist
/
types
/
message.d.ts
10 lines
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
UpworkMessage
{ id:
string
;
from
:
string
; to:
string
; subject:
string
; body:
string
; sent_date:
string
; read:
boolean
; }
//# sourceMappingURL=message.d.ts.map