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
typeT0=[...[bar: string]]// = [bar: string]typeT1=[foo: string, ...[bar: string]]// Error : Tuple members must all have names or all not have names. (5084)