gatex
    Preparing search index...

    Type Alias HandlersList

    HandlersList:
        | [requestHandler: RequestHandler[]]
        | [schema: RequestSchemaType, requestHandler: RequestHandler[]]

    Represents the list of handlers that can be passed to route methods like get, post, etc. It flexibly accepts an optional validation schema followed by any number of Express request handlers.