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