UNPKG
mtasa-api
Version:
latest (0.3.0)
0.3.0
0.2.22
0.2.21
0.2.1
0.2.0
Get data from MTA SA API easily.
github.com/grupo-haze/mtasa-api
grupo-haze/mtasa-api
mtasa-api
/
dist
/
interfaces
/
index.d.ts
9 lines
(8 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
IMTAError
{
message
:
string
;
type
:
string
; }
export
*
from
'./MTAServerInfo'
;
export
*
from
'./FindOptions'
;
export
*
from
'./SearchFunction'
;
export
{
IMTAError
};