Skip to content

Commit

Permalink
fix openInEditor return type
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
kiavashp and sindresorhus authored Mar 7, 2024
1 parent 9610075 commit f9523eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ declare class ElectronStore<T extends Record<string, any> = Record<string, unkno
/**
Open the storage file in the user's editor.
*/
openInEditor(): Promise<string>;
openInEditor(): Promise<void>;
}

export = ElectronStore;

0 comments on commit f9523eb

Please sign in to comment.