@suluk/hono - v0.1.5
    Preparing search index...

    Type Alias DocumentedRoute

    DocumentedRoute: RouteContract & ({ summary: string } | { description: string })

    A route that satisfies documentation coverage at the TYPE level: it MUST carry a summary or a description. Used by contractDoc so a route authored with neither fails to type-check.