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
/
models
/
station.d.ts
6 lines
(5 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
interface
IStation
{
title
:
string
;
region
:
string
|
null
;
value
:
number
; }