7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
|
/**
|
||
|
* The command type for updating a participant's email address.
|
||
|
*
|
||
|
* @type {string}
|
||
|
*/
|
||
|
export const EMAIL_COMMAND = 'email';
|