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
Resource functions like serviceAvailable, allowMissingPost, and forbidden (there are more) should be updated to return specific types like data ServiceAvailable = Available | Unavailable, so that users don't have to think about the meaning of a particular boolean.
The text was updated successfully, but these errors were encountered:
Resource functions like
serviceAvailable
,allowMissingPost
, andforbidden
(there are more) should be updated to return specific types likedata ServiceAvailable = Available | Unavailable
, so that users don't have to think about the meaning of a particular boolean.The text was updated successfully, but these errors were encountered: