scriptEnum.ts 73 Bytes Raw Blame History Permalink 1 2 3 4 export enum ScriptLanguageEnum { JavaScript = 'JS', TBEL = 'TBEL', }