@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 323 B
TypeScript
/** Users authorized to send mails from this mailbox */
export interface ExchangeAccountSendAs {
/** Account id to give send as */
allowedAccountId: number;
/** Creation date */
creationDate: string;
/** Pending task id */
taskPendingId: number;
}
//# sourceMappingURL=ExchangeAccountSendAs.d.ts.map