Skip to content

Commit

Permalink
fix: export interface DiagnoseError (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed May 20, 2024
1 parent 3247a66 commit e6af390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/diagnose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Kind, Mode } from "./@types/diagnose";

type Version = "2.0" | "3.0";

interface DiagnoseError {
export interface DiagnoseError {
message: string;
}

Expand Down

0 comments on commit e6af390

Please sign in to comment.