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

    Interface SchemaCheck

    interface SchemaCheck {
        valid: boolean;
        errors: { path: string; message: string }[];
    }
    Index

    Properties

    Properties

    valid: boolean
    errors: { path: string; message: string }[]