Routestype
{
[key: AbsolutePath]: Nullish<Route | false>;
}| Type | |
|---|---|
AbsolutePath | Absolute path string starting with a / slash. |
Nullish | Nullish is the value or null or undefined. |
Route | Valid route values: |
{
[key: AbsolutePath]: Nullish<Route | false>;
}| Type | |
|---|---|
AbsolutePath | Absolute path string starting with a / slash. |
Nullish | Nullish is the value or null or undefined. |
Route | Valid route values: |