@novice1/validator-typebox - v1.0.0
    Preparing search index...

    Interface ValidatorTypeboxOptions

    Options for configuring the TypeBox validator behavior.

    interface ValidatorTypeboxOptions {
        parse?: boolean;
    }
    Index

    Properties

    Properties

    parse?: boolean

    When true, enables parsing and transformation of validated values. Parsed values will be assigned back to the request object (except query which is readonly). Can be overridden per-route using validatorTypeboxOptions in route parameters.

    false