ews-javascript-api
ews-javascript-api copied to clipboard
Missing finally in promise declaration
trafficstars
Got his error in typescript
Type 'Promise<ServiceResponseCollection<ServiceResponse>>' is missing the following properties from type 'Promise<ServiceResponseCollection<ServiceResponse>>': finally, [Symbol.toStringTag]ts(2345)
Though everything works fine.