Appearance
type RouteLike = { [key: string]: unknown; children?: RouteLike[]; path?: string; };
A route-like object with optional path and children. 类路由对象。
1.3.0
[key: string]: unknown
children?
RouteLike
path?
string