Hello, what is actual result of get functions in a...
# typescript
r
Hello, what is actual result of get functions in azureAd (eg.: getApplication)? Function signatures says: Promise<T> & T. So my question is: is the returned stuff promise or not?