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