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