ExportTemplateUrlArgs
type ExportTemplateUrlArgs = {
projectId: string;
useRelativeDates?: boolean;
};
Arguments for exporting a project as a template URL.
See
https://developer.todoist.com/api/v1/#tag/Templates/operation/export_as_url_api_v1_templates_url_get
Properties
projectId
projectId: string;
The project ID to export.
useRelativeDates?
optional useRelativeDates: boolean;
Whether to use relative dates in the export.