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 I attempt to use 'OPT_PARTICIPANT' I get an error: "Error: role must be one of the following: CHAIR, REQ-PARTICIPANT, OPT-PARTICIPANT, NON-PARTICIPANT!"
However, OPT_PARTICIPANT is set in the types.
type attendeeRole = 'CHAIR' | 'REQ-PARTICIPANT' | 'OPT_PARTICIPANT' | 'NON-PARTICIPANT';
Thakns
Iain
The text was updated successfully, but these errors were encountered:
Hi,
When I attempt to use 'OPT_PARTICIPANT' I get an error: "Error:
role
must be one of the following: CHAIR, REQ-PARTICIPANT, OPT-PARTICIPANT, NON-PARTICIPANT!"However, OPT_PARTICIPANT is set in the types.
type attendeeRole = 'CHAIR' | 'REQ-PARTICIPANT' | 'OPT_PARTICIPANT' | 'NON-PARTICIPANT';
Thakns
Iain
The text was updated successfully, but these errors were encountered: