UNPKG
srtrain
Version:
latest (1.0.0)
1.0.0
Node.js SRT train unofficial SDK
github.com/danieluhm2004/srtrain
danieluhm2004/srtrain
srtrain
/
dist
/
constants
/
seatType.d.ts
7 lines
(6 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
_
from
'lodash'
;
export
declare
const
SRTSeatCode
: { 일반실:
string
; 특실:
string
; };
export
declare
const
SRTSeatName
: _.
Dictionary
<
string
>;