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