mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-02 05:23:13 +00:00
11 lines
204 B
TypeScript
11 lines
204 B
TypeScript
/// <reference types='vite/client' />
|
|
/// <reference types="vite-plugin-svgr/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
VITE_CODEX_API_URL: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|