bunway
    Preparing search index...

    Type Alias ErrorHandler

    ErrorHandler: (
        err: unknown,
        req: BunRequest,
        res: BunResponse,
        next: NextFunction,
    ) => void

    Type Declaration