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