global.d.ts 235 B

12345678910
  1. declare namespace NodeJS {
  2. interface ProcessEnv {
  3. Station_Api_Path: string
  4. OperatorID: string
  5. OperatorSecret: string
  6. DataSecret: string
  7. DataSecretIV: string
  8. SigSecret: string
  9. }
  10. }