From 2d102a054a0cadbf0d897606dde24ee78e8d547b Mon Sep 17 00:00:00 2001 From: Azir <79054161+Azir-11@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:51:40 +0800 Subject: [PATCH] feat(projects): Add type to TabRoute: matched --- src/typings/app.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typings/app.d.ts b/src/typings/app.d.ts index 5297610e..d24a609f 100644 --- a/src/typings/app.d.ts +++ b/src/typings/app.d.ts @@ -170,7 +170,7 @@ declare namespace App { }; /** Tab route */ - type TabRoute = Pick & + type TabRoute = Pick & Partial>; /** The global tab */