Full push for initial version of NullTranslationGroup website.
This commit is contained in:
6
global.d.ts
vendored
Normal file
6
global.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NEXT_PUBLIC_API_URL: string;
|
||||
STRAPI_API_TOKEN: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user