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