Type alias Handler

Handler: ((params) => Response | Promise<Response>)

Type declaration

    • (params): Response | Promise<Response>
    • Parameters

      Returns Response | Promise<Response>

Generated using TypeDoc