GetProjectCollaboratorsArgs
type GetProjectCollaboratorsArgs = {
cursor: string | null;
limit: number;
};
Type declaration
Name | Type |
---|---|
cursor ? | string | null |
limit ? | number |
See
https://developer.todoist.com/rest/v2/#get-all-collaborators
type GetProjectCollaboratorsArgs = {
cursor: string | null;
limit: number;
};
Name | Type |
---|---|
cursor ? | string | null |
limit ? | number |
https://developer.todoist.com/rest/v2/#get-all-collaborators