Files
flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.ts
Chris c2668fc0e2 Add ts-no-import-ext flag (#7748)
Co-authored-by: Derek Bailey <derekbailey@google.com>
2023-01-07 13:42:28 -08:00

8 lines
133 B
TypeScript

// automatically generated by the FlatBuffers compiler, do not modify
export enum OptionalByte {
None = 0,
One = 1,
Two = 2
}