/** Users having full access on this mailbox */
export interface ExchangeAccountFullAccess {
    /** Account id to give full access */
    allowedAccountId: number;
    /** Creation date */
    creationDate: string;
    /** Pending task id */
    taskPendingId: number;
}
//# sourceMappingURL=ExchangeAccountFullAccess.d.ts.map