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
/
prioritySeatType.ts
7 lines
(6 loc)
•
102 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
enum
SRTPrioritySeatType
{ GENERAL_FIRST, GENERAL_ONLY, SPECIAL_FIRST, SPECIAL_ONLY, }