Skip to content

Commit

Permalink
fix: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 6, 2023
1 parent eec6e9e commit 7e7c292
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 @@ -59,7 +59,7 @@ declare module "youch" {
* by parsing the stack into frames and getting
* important info out of it.
*/
toHTML(): Promise<string>;
toHTML(data: Record<string, any>): Promise<string>;
}

export default Youch;
Expand Down

0 comments on commit 7e7c292

Please sign in to comment.