Appearance
type Routes: Readonly<Route[]>;
Represents an immutable array of Route instances. Array of return value from createRoute, expected param for createRouter.
createRoute
createRouter