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
I have a use case where I have InviteDeniedByInviterError with a reason property. I could see it being handy to be able to access the reason field without needing to parse the message text. Is it hard to add that to the types? Should I send in a PR?
I have a use case where I have
InviteDeniedByInviterErrorwith areasonproperty. I could see it being handy to be able to access thereasonfield without needing to parse the message text. Is it hard to add that to the types? Should I send in a PR?