@bovine/account-api
    Preparing search index...

    Type Alias ValidationError

    ValidationError

    type ValidationError = {
        loc: (string | number)[];
        msg: string;
        type: string;
    }
    Index

    Properties

    Properties

    loc: (string | number)[]

    Location

    msg: string

    Message

    type: string

    Error Type