2022-03-31 08:45:47 +00:00
|
|
|
/// <reference types="vite/client" />
|
|
|
|
|
|
|
|
interface ImportMetaEnv {
|
2022-05-27 15:37:02 +00:00
|
|
|
readonly EMBED_PUBLIC_WEBAPP_URL: string;
|
|
|
|
readonly EMBED_PUBLIC_VERCEL_URL: string;
|
|
|
|
readonly EMBED_PUBLIC_EMBED_LIB_URL: string;
|
2022-03-31 08:45:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
interface ImportMeta {
|
|
|
|
readonly env: ImportMetaEnv;
|
|
|
|
}
|