OptionalcaseShould be true if the path is case-sensitive. Defaults to false.
OptionalchildrenThe child routes.
The path to the entry point for this route, relative to
config.appDirectory.
OptionalidThe unique id for this route.
OptionalindexShould be true if it is an index route. This disallows child routes.
OptionalpathThe path this route uses to match on the URL pathname.
Configuration for an individual route, for use within
routes.ts. As a convenience, route config entries can be created with the route, index and layout helper functions.