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