You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the given entity type in the function call, the TypeScript compiler can
figure out that it is an Account entity result that should be expected in the
success callback handler.
By knowing this, it can provide full intellisense for the retrieved account
record and all of its attributes and relations!