diff --git a/bindings/nodejs/lib/types/models/api/response.ts b/bindings/nodejs/lib/types/models/api/response.ts deleted file mode 100644 index 8255e4f03b..0000000000 --- a/bindings/nodejs/lib/types/models/api/response.ts +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2023 IOTA Stiftung -// SPDX-License-Identifier: Apache-2.0 - -// TODO: can this be removed? Nothing seems to require it :thinking: -// /** -// * Base response data. -// */ -// export interface Response { -// /** -// * Optional error in the response. -// */ -// error?: { -// /** -// * The code for the error response. -// */ -// code: string; -// /** -// * A more descriptive version of the error. -// */ -// message: string; -// }; -// }