import { CommonJSONTypes } from "./JSONFileManagement"; declare global { //Node adds a code to the interface Error { code: string; } }