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

    Interface Finding

    interface Finding {
        code: string;
        severity: "warn" | "info";
        path: string;
        operation: string;
        message: string;
    }
    Index

    Properties

    code: string

    "missing-doc" | "no-success-schema" | "response-no-description" | "no-examples"

    severity: "warn" | "info"
    path: string
    operation: string
    message: string