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