API ReferenceTypesGetProjectCollaboratorsResponseOn this pageGetProjectCollaboratorsResponse type GetProjectCollaboratorsResponse = { nextCursor: string | null; results: User[];}; Response from retrieving project collaborators. Type declaration NameType nextCursorstring | null resultsUser[] See https://todoist.com/api/v1/docs#tag/Projects/operation/get_project_collaborators_api_v1_projects__project_id__collaborators_get