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