sst-env.d.ts 315 B

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