diff --git a/src/typings/app.d.ts b/src/typings/app.d.ts index d24a609f..df0b4484 100644 --- a/src/typings/app.d.ts +++ b/src/typings/app.d.ts @@ -170,8 +170,8 @@ declare namespace App { }; /** Tab route */ - type TabRoute = Pick & - Partial>; + type TabRoute = Pick & + Partial>; /** The global tab */ type Tab = {