An object representing a collaborator. You should not create these objects from scratch, but should instead grab them from base data.
interface CollaboratorData
email | string The email address of the collaborator. |
id | UserId The user ID of the collaborator. |
name | undefined | string The name of the collaborator. |
profilePicUrl | undefined | string The URL of the collaborator's profile picture. |