/ env.d.ts
env.d.ts
1 declare namespace NodeJS { 2 interface ProcessEnv { 3 APPLE_ID: string; 4 APPLE_ID_PASSWORD: string; 5 APPLE_TEAM_ID: string; 6 } 7 }
1 declare namespace NodeJS { 2 interface ProcessEnv { 3 APPLE_ID: string; 4 APPLE_ID_PASSWORD: string; 5 APPLE_TEAM_ID: string; 6 } 7 }