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