xref: /aosp_15_r20/external/flatbuffers/tests/optional-scalars/optional-byte.ts (revision 890232f25432b36107d06881e0a25aaa6b473652)
1// automatically generated by the FlatBuffers compiler, do not modify
2
3export enum OptionalByte {
4  None = 0,
5  One = 1,
6  Two = 2
7}
8