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
When implementing the following lines of code as shown in the Delegated example, typescript complains the type of the abilities string array does not match with the expected type.
Given a list of strings representing capability names (Abilities), verify that all the strings are valid Abilities and return Abilities[].
Abilities[] is still just a list of strings, but this helps us play nice with Typescript.
Inspired by #1250
Given a list of strings representing capability names (`ServiceAbility`s),
verify that all the strings are valid `ServiceAbility`s and return
`ServiceAbility[]`.
`ServiceAbility[]` is still just a list of strings, but this helps us play
nice with Typescript.
Inspired by #1250
When implementing the following lines of code as shown in the Delegated example, typescript complains the type of the abilities string array does not match with the expected type.
cc: @travis
The text was updated successfully, but these errors were encountered: