@novice1/validator-typebox - v0.1.2
    Preparing search index...

    Type Alias ValidatorTypeboxSchema

    ValidatorTypeboxSchema:
        | TObject
        | {
            body?: TSchema
            | { [x: string]: TSchema };
            cookies?: TSchema | { [x: string]: TSchema };
            files?: TSchema | { [x: string]: TSchema };
            headers?: TSchema | { [x: string]: TSchema };
            params?: TSchema | { [x: string]: TSchema };
            query?: TSchema | { [x: string]: TSchema };
        }