GetLabelsArgs
type GetLabelsArgs = {
cursor: string | null;
limit: number;
};
Arguments for retrieving labels.
Type declaration
Name | Type |
---|---|
cursor ? | string | null |
limit ? | number |
See
https://todoist.com/api/v1/docs#tag/Labels/operation/get_labels_api_v1_labels_get