UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 366 B
/** Get users authorized to Send On Behalf To mails from this mailbox */ export interface ExchangeAccountSendOnBehalfTo { /** Account id to give send on behalf to */ allowedAccountId: number; /** Creation date */ creationDate: string; /** Pending task id */ taskPendingId: number; } //# sourceMappingURL=ExchangeAccountSendOnBehalfTo.d.ts.map