Data
Represents static data associated with a particular route.
type Data = {
[key: string | symbol]: any;
};
Represents static data associated with a particular route.
type Data = {
[key: string | symbol]: any;
};