/ src / env.d.ts
env.d.ts
1  interface ImportMetaEnv {
2    readonly SEED_URL: string;
3    readonly INTERNAL_SEED_URL?: string;
4  }
5  
6  interface ImportMeta {
7    readonly env: ImportMetaEnv;
8  }