UNPKG
@allgroup/yandex-taxi-fleet-api
Version:
latest (0.0.7)
1.0.0-alpha
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-alpha-debug3
0.0.2-alpha-debug2
0.0.2-alpha-debug1
0.0.2-alpha-debug
0.0.2-alpha
0.0.1
0.0.1-alpha
Unofficial yandex taxi fleet api library
@allgroup/yandex-taxi-fleet-api
/
src
/
models
/
park.ts
4 lines
•
59 B
text/typescript
View Raw
1
2
3
4
export
interface
Park
{
id
:
string
;
name
?:
string
; }