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
/
IStation.d.ts
11 lines
(10 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
IItem
{
title
:
string
;
region
?:
string
; }
export
default
interface
IStation
{ [
index
:
string
]: { [
language
:
string
]:
IItem
; }; }
export
{};