express-yaschema-api-handler
    Preparing search index...

    Type Alias AsyncRequestHandler

    AsyncRequestHandler: (
        req: Request,
        res: Response,
        next: NextFunction,
    ) => Promise<void>

    Type declaration