Remove screen id
This commit is contained in:
parent
71c6480c1b
commit
70a8b9e468
|
@ -36,7 +36,6 @@ export type ScreenRoutingJson = Record<
|
||||||
subpaths: Record<
|
subpaths: Record<
|
||||||
string,
|
string,
|
||||||
{
|
{
|
||||||
screenId: string
|
|
||||||
screens: Record<string, string>
|
screens: Record<string, string>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue