Skip to content

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt committed Jan 27, 2024
1 parent 383cc78 commit 10b6880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export default class ExtendedError extends Error {
}
export class ExtendedError extends Error {
constructor(message: string, content?: object)
}
}

0 comments on commit 10b6880

Please sign in to comment.