forked from BigfootDev/flatbuffers
6 lines
60 B
TypeScript
6 lines
60 B
TypeScript
export declare enum TestEnum {
|
|
A = 0,
|
|
B = 1,
|
|
C = 2,
|
|
}
|