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