mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-13 16:15:26 +00:00
6 lines
65 B
TypeScript
6 lines
65 B
TypeScript
export declare enum TestEnum {
|
|
A = 0,
|
|
B = 1,
|
|
C = 2
|
|
}
|