Fix typing

This commit is contained in:
Adria Navarro 2025-01-09 14:01:07 +01:00
parent 70a8b9e468
commit 88e245a5bb
1 changed files with 1 additions and 6 deletions

View File

@ -33,11 +33,6 @@ export interface ScreenRoutesViewOutput extends Document {
export type ScreenRoutingJson = Record< export type ScreenRoutingJson = Record<
string, string,
{ {
subpaths: Record< subpaths: Record<string, any>
string,
{
screens: Record<string, string>
}
>
} }
> >