ResolveData
Type Alias
Represents the resolved data associated with a particular route.
API
Description
type ResolveData = { [key: string | symbol]: ResolveFn<unknown> | DeprecatedGuard;}
Jump to details

Represents the resolved data associated with a particular route.
type ResolveData = { [key: string | symbol]: ResolveFn<unknown> | DeprecatedGuard;}