API ReferenceTypesGetProjectCollaboratorsArgsOn this pageGetProjectCollaboratorsArgs type GetProjectCollaboratorsArgs = { cursor?: string | null; limit?: number;}; Arguments for retrieving project collaborators. See https://todoist.com/api/v1/docs#tag/Projects/operation/get_project_collaborators_api_v1_projects__project_id__collaborators_get Properties cursor? optional cursor: string | null; limit? optional limit: number;