@micro-router
    Preparing search index...

    Type Alias MatchFailure

    type MatchFailure = {
        cause?: Error;
        ok: false;
    }
    Index

    Properties

    Properties

    cause?: Error
    ok: false