DisableEmailArgs
type DisableEmailArgs = {
objId: string;
objType: EmailObjectType;
};
Arguments for disabling email forwarding.
See
https://developer.todoist.com/api/v1/#tag/Emails/operation/email_disable_api_v1_emails_delete
Properties
objId
objId: string;
The ID of the object.
objType
objType: EmailObjectType;
The type of object to disable forwarding for.