Skip to content

Commit

Permalink
Expose event interface (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha authored Jul 14, 2023
1 parent 886bb76 commit 40f05e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export interface AfterFileTranspileEvent<TFile extends BscFile = BscFile> {
editor: Editor;
}

interface BeforeProgramDisposeEvent {
export interface BeforeProgramDisposeEvent {
program: Program;
}

Expand Down

0 comments on commit 40f05e7

Please sign in to comment.