UNPKG

111 BTypeScriptView Raw
1export declare enum FileType {
2 INPUT_TYPE = 0,
3 OPERATION = 1,
4 FRAGMENT = 2,
5 CUSTOM_TYPES = 3
6}