sst-env.d.ts 263 B

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