Interface SharingTaskRecurringPersist_encryptedEmailContent

interface SharingTaskRecurringPersist_encryptedEmailContent {
    body: {
        cipher: string;
    };
    subject: {
        cipher: string;
    };
}

Properties

Properties

body: {
    cipher: string;
}

Type declaration

  • cipher: string
subject: {
    cipher: string;
}

Type declaration

  • cipher: string