UNPKG
@spasea/uz-booking-client
Version:
latest (2.0.1)
2.0.1
Unofficial UZ api client
github.com/spasea/uz-booking-api
spasea/uz-booking-api
@spasea/uz-booking-client
/
dist
/
assets
/
stations
/
stations.d.ts
4 lines
(3 loc)
•
94 B
TypeScript
View Raw
1
2
3
4
import
IStation
from
'./IStation'
;
declare
const
stations
:
IStation
;
export
default
stations;