GetSharedLabelsResponse
type GetSharedLabelsResponse = {
nextCursor: string | null;
results: string[];
};
Response from retrieving shared labels.
See
https://developer.todoist.com/api/v1/#tag/Labels/operation/shared_labels_api_v1_labels_shared_get
Properties
nextCursor
nextCursor: string | null;
results
results: string[];