mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
declare namespace NodeJS {
|
|
export interface Process {
|
|
logger?: import('@sasjs/utils/logger').Logger
|
|
}
|
|
}
|