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