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

interface NotFoundState {
    status: "not_found";
}

Properties

Properties

status

The route status.