React Corsair - v0.0.10
    Preparing search index...

    Interface NotFoundState

    The state of a route that was marked as not found.

    interface NotFoundState {
        status: "not_found";
    }
    Index

    Properties

    Properties

    status: "not_found"

    The route status.