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