Skip to content

Commit 2e30ccd

Browse files
committed
Set the export as the default.
1 parent f10063f commit 2e30ccd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export class ApplicationError extends Error {
1+
export default class ApplicationError extends Error {
22
code: string;
33
stack: string;
4-
message: object;
5-
constructor(message: object, code?: string);
4+
message: unknown;
5+
constructor(message: unknown, code?: string);
66
}

0 commit comments

Comments
 (0)