novx
    Preparing search index...

    Type Alias TypeViolation

    type TypeViolation = {
        message?: string;
        name: string;
        params: any;
        path: string;
        type: string;
        value: any;
    }
    Index

    Properties

    message?: string

    optional message

    name: string

    the constraint name

    params: any

    any parameters of the constraint

    path: string

    the path

    type: string

    the type name

    value: any

    the value