Skip to content

Commit 84a67f5

Browse files
committed
feat(types): Added type definition force to router push options.
1 parent 54107ac commit 84a67f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typings/app.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ declare namespace App {
196196
type RouterPushOptions = {
197197
query?: Record<string, string>;
198198
params?: Record<string, string>;
199+
force?: boolean;
199200
};
200201

201202
/** The global header props */

0 commit comments

Comments
 (0)