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
/
FindOptions.d.ts
9 lines
(8 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IMTAServerInfo
}
from
'./MTAServerInfo'
;
export
interface
IMTAGetBy
{
ip
:
string
;
port
?:
number
; }
export
declare
type
IMTASearchBy
= { [K
in
keyof
IMTAServerInfo
]?:
IMTAServerInfo
[K]; };