HoosatRoute: {
    handler: HoosatRequestHandler;
    method: string;
    path: string;
}

Represents a Hoosat route with path, handler, and method.

Type declaration

Generated using TypeDoc