Fix typing
This commit is contained in:
parent
70a8b9e468
commit
88e245a5bb
|
@ -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>
|
|
||||||
}
|
|
||||||
>
|
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue