const.ts 120 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export enum CATEGORY { test = 'test_category', test2 = 'test2_category', } export const MASTER_TEST = 'test_admin'