Skip to content

Types: AddPluginErrorHook()<TRoutes, TRejections>

ts
type AddPluginErrorHook<TRoutes, TRejections> = (hook) => HookRemove;

Type Parameters

Type ParameterDefault type
TRoutes extends RoutesRoutes
TRejections extends RejectionsRejections

Parameters

ParameterType
hookPluginErrorHook<TRoutes, TRejections>

Returns

HookRemove