UNPKG
@theventures/caret
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Unofficial Node.js API client for the Caret HTTP API
github.com/theventures/caret
theventures/caret
@theventures/caret
/
dist
/
types
/
common.d.ts
9 lines
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
APIErrorData
{
message
?:
string
;
code
?:
string
;
details
?:
string
;
errors
?:
Record
<
string
,
string
>; [
key
:
string
]:
unknown
; }
export
type
ResponseBody
=
Record
<
string
,
unknown
> |
unknown
[] |
string
|
number
|
boolean
|
null
;
//# sourceMappingURL=common.d.ts.map