upd: push notifikasi
This commit is contained in:
20
types/env.d.ts
vendored
Normal file
20
types/env.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
DATABASE_URL?: string;
|
||||
URL?: string;
|
||||
WS_APIKEY?: string;
|
||||
NEXT_PUBLIC_VAPID_PUBLIC_KEY?: string;
|
||||
VAPID_PRIVATE_KEY?: string;
|
||||
WIBU_REALTIME_KEY?: string;
|
||||
FCM_KEY?: string;
|
||||
GOOGLE_PROJECT_ID?: string;
|
||||
GOOGLE_PRIVATE_KEY_ID?: string;
|
||||
GOOGLE_PRIVATE_KEY?: string;
|
||||
GOOGLE_CLIENT_EMAIL?: string;
|
||||
GOOGLE_CLIENT_ID?: string;
|
||||
GOOGLE_AUTH_URI?: string;
|
||||
GOOGLE_TOKEN_URI?: string;
|
||||
GOOGLE_AUTH_PROVIDER_CERT_URL?: string;
|
||||
GOOGLE_CLIENT_CERT_URL?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user