interface IRouteError {
    status?: number;
}

Hierarchy

  • Error
    • IRouteError

Properties

Properties

status?: number