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
/
MTAStorage.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IMTAServerInfo
}
from
'./MTAServerInfo'
;
export
interface
MTAStorage
{
write
(
data
:
IMTAServerInfo
[]):
Promise
<
void
>;
get
():
Promise
<
IMTAServerInfo
[]>; }