CodeCraft Auth API Docs - v0.0.0
    Preparing search index...
    interface RouteErrorBoundaryState {
        error: Error | null;
        hasError: boolean;
    }
    Index

    Properties

    Properties

    error: Error | null
    hasError: boolean