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
/
earnings.d.ts
9 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
UpworkEarnings
{
period
:
string
;
gross_earnings
:
number
;
upwork_fees
:
number
;
net_earnings
:
number
;
hours_worked
?:
number
;
contracts_count
:
number
; }
//# sourceMappingURL=earnings.d.ts.map