blob: e1ee6f753d9304d70a1e62226b2e432c64c82265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_DOCS_URL: string
readonly VITE_API_URL: string
readonly VITE_AUTH_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
|