Skip to content

Commit 1c454a9

Browse files
authored
fix(types): fix future flags public types (#11221)
1 parent dd6396d commit 1c454a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docusaurus-types/src/config.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ export type Config = Overwrite<
463463
future?: Overwrite<
464464
DeepPartial<FutureConfig>,
465465
{
466-
v4?: boolean | FutureV4Config;
467-
experimental_faster?: boolean | FasterConfig;
466+
v4?: boolean | Partial<FutureV4Config>;
467+
experimental_faster?: boolean | Partial<FasterConfig>;
468468
}
469469
>;
470470
}

0 commit comments

Comments
 (0)