Skip to content

Commit a8472bc

Browse files
authored
chore: export the Output type (#2076)
1 parent ab7f518 commit a8472bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/svgo.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export type Config = {
8888
datauri?: DataUri;
8989
};
9090

91-
type Output = {
91+
export type Output = {
9292
data: string;
9393
};
9494

0 commit comments

Comments
 (0)