Type Alias Middleware

Middleware: AsyncGeneratorFunction | GeneratorFunction | ((...data: any[]) => any | Promise<any>)