environment.d.ts 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 declare global { namespace NodeJS { interface ProcessEnv { CHANNEL_ACCESS_TOKEN: string; CHANNEL_SECRET: string; PORT: string; } } } export {};