API ReferenceTypesCollaboratorOn this pageCollaborator type Collaborator = {[key: string]: unknown; email: string; fullName: string; id: string; imageId: string | null; timezone: string;}; Type Declaration Index Signature [key: string]: unknown NameType emailstring fullNamestring idstring imageIdstring | null timezonestring