effex-monorepo
    Preparing search index...

    Type Alias GuardOptions

    GuardOptions:
        | { redirect: string }
        | {
            fallback: () => Element.Element<HTMLElement | SVGElement, never, never>;
        }

    Guard options for protected routes.