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