Files
supabase/www/@types/environment.d.ts
2021-05-22 02:30:29 +00:00

12 lines
249 B
TypeScript

declare global {
namespace NodeJS {
interface ProcessEnv {
GA_PROPERTY_ID: string
}
}
}
// If this file has no import/export statements (i.e. is a script)
// convert it into a module by adding an empty export statement.
export {}