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