@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Type Alias ParserOptions

    Options that control schema compilation behavior. These options affect how schemas are transformed into validation functions.

    const options: ParserOptions = {
    toCamelCase: true // Convert field names to camelCase
    }
    type ParserOptions = {
        toCamelCase: boolean;
    }
    Index

    Properties

    Properties

    toCamelCase: boolean

    Whether to convert object field names to camelCase in the output