An app route that has been augmented with WithPageAuthRequired.
Returns any to be compatible with React's return types while avoiding React dependency.
The generic parameter P allows passing Next.js PageProps or LayoutProps
types for strongly-typed route parameters:
An app route that has been augmented with WithPageAuthRequired. Returns any to be compatible with React's return types while avoiding React dependency.
The generic parameter
Pallows passing Next.jsPagePropsorLayoutPropstypes for strongly-typed route parameters: