Argument of type 'number' is not assignable to parameter of type 'CustomRequest'
//When I pass account number as a parameter below I get the error
this.myService.myMethodconsole.log("CustomRequest response: "+
/Users/shobi/Projects/Chrome Extensions/src/js/background.ts(8,37)
TS2345: Argument of type 'number| undefined' is not assignable to parameter of type 'number'.Type 'undefined' is not assignable to type '<e