UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 311 B
/** 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