```js const handler: HttpHandler = { handle: function (req: HttpRequest<any>): Observable<HttpEvent<any>> { return of({} as any); } } ``` How can I convert the above function into the arrow one