6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
|
declare namespace NodeJS {
|
||
|
interface ProcessEnv {
|
||
|
readonly CALENDSO_ENCRYPTION_KEY: string | undefined;
|
||
|
}
|
||
|
}
|