This is how I have fixed it: Steps: Declared a global namespace, for e.g. custom.d.ts as below : declare global { namespace NodeJS { interface Global { ...
確定! 回上一頁