Types: RouterPlugin<TRoutes, TRejections>
ts
type RouterPlugin<TRoutes, TRejections> = object;Type Parameters
| Type Parameter | Default type |
|---|---|
TRoutes extends Routes | Routes |
TRejections extends Rejections | Rejections |
Properties
| Property | Type | Description |
|---|---|---|
rejections | TRejections | The rejections supplied by the plugin. |
routes | TRoutes | The routes supplied by the plugin. |