UNPKG
@cfwest/api-client
Version:
latest (0.1.0)
0.1.0
Unofficial CrossFire West ApiClient implementation.
github.com/cfna/cfwest-api
cfna/cfwest-api
@cfwest/api-client
/
dist
/
internal
/
rest-models
/
base.d.ts
9 lines
(8 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
BaseResponse
{
APIresult
:
string
;
APImessage
:
string
; }
export
interface
CountableResponse
extends
BaseResponse
{
Total
_Count
:
number
;
Count
:
number
; }