/** Users authorized to send mails from this shared mailbox */
export interface ExchangeSharedAccountSendAs {
    /** Account id to give send as */
    allowedAccountId: number;
    /** Creation date */
    creationDate: string;
    /** Pending task id */
    taskPendingId: number;
}
//# sourceMappingURL=ExchangeSharedAccountSendAs.d.ts.map