Libraries (v1.1.10)
    Preparing search index...

    Type Alias ValidationError

    Represents a single validation error with the path to the invalid field and a human-readable error message.

    type ValidationError = {
        message: string;
        path: string;
    }
    Index

    Properties

    Properties

    message: string
    path: string