@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 346 B
TypeScript
/** 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