Skip to content

Commit

Permalink
chore: export the Output type (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalmeiro authored Oct 2, 2024
1 parent ab7f518 commit a8472bc
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 a8472bc

Please sign in to comment.