node-env
    Preparing search index...

    Type Alias ValidationIssueInput

    Issue input shape accepted by adapter helpers.

    type ValidationIssueInput = {
        code?: string;
        message: string;
        path?: string | ValidationPath;
    }
    Index

    Properties

    Properties

    code?: string
    message: string
    path?: string | ValidationPath