bunway
    Preparing search index...

    Interface ValidationSchema

    interface ValidationSchema {
        body?: Record<string, FieldRule>;
        params?: Record<string, FieldRule>;
        query?: Record<string, FieldRule>;
    }
    Index

    Properties

    Properties

    body?: Record<string, FieldRule>
    params?: Record<string, FieldRule>
    query?: Record<string, FieldRule>