Skip to content

Commit e3b138d

Browse files
authored
update optimize-locales plugin types (#8087)
1 parent 6328d20 commit e3b138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/optimize-locales-plugin/LocalesPlugin.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ type Options = {
44
locales: readonly string[]
55
};
66

7-
declare const plugin: UnpluginInstance<Options, boolean>;
7+
declare const plugin: UnpluginInstance<Options, false>;
88
export = plugin;

0 commit comments

Comments
 (0)