fix edit portofolio
This commit is contained in:
15
types/env.d.ts
vendored
Normal file
15
types/env.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
DATABASE_URL?: string;
|
||||
WIBU_PWD?: string;
|
||||
Client_KEY?: string;
|
||||
Server_KEY?: string;
|
||||
MAPBOX_TOKEN?: string;
|
||||
WS_APIKEY?: string;
|
||||
NEXT_PUBLIC_WIBU_REALTIME_TOKEN?: string;
|
||||
NEXT_PUBLIC_BASE_TOKEN_KEY?: string;
|
||||
NEXT_PUBLIC_BASE_SESSION_KEY?: string;
|
||||
NEXT_PUBLIC_API_URL?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user