GetBackupsArgs
type GetBackupsArgs = {
mfaToken?: string | null;
};
Arguments for listing backups.
See
https://developer.todoist.com/api/v1/#tag/Backups/operation/get_backups_api_v1_backups_get
Properties
mfaToken?
optional mfaToken: string | null;
MFA token if required. Not needed when using an OAuth token with the backups:read scope.