We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d123e3d commit 6236f56Copy full SHA for 6236f56
1 file changed
src/vite-env.d.ts
@@ -19,3 +19,10 @@ declare module "@djthoms/pretty-checkbox" {
19
const content: unknown;
20
export default content;
21
}
22
+
23
+declare interface ImportMetaEnv {
24
+ readonly VITE_PRIVACY_CF_WEB_ANALYTICS: string | undefined;
25
+ readonly VITE_PRIVACY_COMPANY_NAME: string | undefined;
26
+ readonly VITE_PRIVACY_COMPANY_PARENTHESES_VALUE: string | undefined;
27
+ readonly VITE_PRIVACY_EMAIL: string | undefined;
28
+}
0 commit comments