UNPKG
@xsfish/uberduck
Version:
latest (0.0.2)
1.0.0
0.0.2
0.0.1
Uberduck's REST API for web client
github.com/berman82312/uberduck-js
berman82312/uberduck-js
@xsfish/uberduck
/
build
/
src
/
types.d.ts
2 lines
(1 loc)
•
98 B
TypeScript
View Raw
1
2
export
type
Payload
=
string
|
URLSearchParams
|
string
[][] |
Record
<
string
,
string
> |
undefined
;