Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1096f3bd083162b5e7fa456f84f4923df5cc204d
/
.
/
third_party
/
flatbuffers
/
tests
/
optional-scalars
/
optional-byte.ts
blob: 1db479f1a5bc029e89e72628504c737fbdd23faf [
file
] [
log
] [
blame
]
// automatically generated by the FlatBuffers compiler, do not modify
export
enum
OptionalByte
{
None
=
0
,
One
=
1
,
Two
=
2
}