mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-02-23 06:43:06 +00:00
11 lines
190 B
TypeScript
11 lines
190 B
TypeScript
/// <reference types='vite/client' />
|
|
|
|
interface ImportMetaEnv {
|
|
VITE_CODEX_API_URL: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly PACKAGE_VERSION: string;
|
|
readonly env: ImportMetaEnv;
|
|
}
|