mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-23 00:31:13 -05:00
8 lines
No EOL
131 B
TypeScript
8 lines
No EOL
131 B
TypeScript
interface ImportMetaEnv {
|
|
VITE_API_URL: string;
|
|
VITE_THEMES_URL: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
env: ImportMetaEnv
|
|
} |