UNPKG
srtrain
Version:
latest (1.0.0)
1.0.0
Node.js SRT train unofficial SDK
github.com/danieluhm2004/srtrain
danieluhm2004/srtrain
srtrain
/
src
/
constants
/
seatType.ts
9 lines
(6 loc)
•
145 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
_
from
'lodash'
;
export
const
SRTSeatCode
= {
'일반실'
:
'1'
,
'특실'
:
'2'
, };
export
const
SRTSeatName
= _.
invert
(
SRTSeatCode
);