GetProjectCollaboratorsResponse
type GetProjectCollaboratorsResponse = {
nextCursor: string | null;
results: User[];
};
Type declaration
Name | Type |
---|---|
nextCursor | string | null |
results | User [] |
See
https://developer.todoist.com/rest/v2/#get-all-collaborators