Appearance
type CreatedRouteOptions = Omit<CreateRouteOptions, "props"> & object;
The Route properties originally provided to createRoute. The only change is normalizing meta to always default to an empty object.
createRoute
id: string;
optional props: unknown;