UNPKG
@sauce-api/core
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Sauce API core functionality
sauce-api.gitlab.io/docs/
@sauce-api/core
/
dist
/
resources
/
Common.d.ts
6 lines
(5 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ObjectOfAnything
{ [
key
:
string
]:
any
; }
export
type
BooleanInt
=
0
|
1
;
export
type
HttpMethod
=
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
|
"HEAD"
|
"OPTIONS"
|
"CONNECT"
|
"TRACE"
|
"PATCH"
;