Skip to content

Commit

Permalink
chore: export the Output type
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalmeiro committed Sep 25, 2024
1 parent ab7f518 commit 51772d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svgo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export type Config = {
datauri?: DataUri;
};

type Output = {
export type Output = {
data: string;
};

Expand Down

0 comments on commit 51772d8

Please sign in to comment.