mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Create process.d.ts
This commit is contained in:
5
backend/src/@types/process.d.ts
vendored
Normal file
5
backend/src/@types/process.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare namespace NodeJS {
|
||||
interface Process {
|
||||
pkg?: boolean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user