refactor: Fix TypeScript errors workflow package (#9437)

This commit is contained in:
Elias Meire
2024-05-17 11:28:13 +02:00
committed by GitHub
parent 2967df2fe0
commit 451e6590d6
11 changed files with 11 additions and 17 deletions

View File

@@ -6,8 +6,6 @@ import { NodeError } from './abstract/node.error';
* Class for instantiating an operational error, e.g. an invalid credentials error.
*/
export class NodeOperationError extends NodeError {
lineNumber: number | undefined;
type: string | undefined;
constructor(