1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/// <reference types="react-scripts" /> declare global { interface ImportMetaEnv { readonly VITE_CDN_URL?: string; readonly VITE_HEARDLE_SALT?: string; readonly VITE_HEARDLE_API_URL?: string; } interface ImportMeta { readonly env: ImportMetaEnv; } } export {};
[PATCH repo_name]