UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 284 B
/** The volume history type */ export interface Bounce { /** The datetime of this bounce */ date: string; /** The return message for this bounce */ message?: string; /** The email where you have the bounce */ to?: string; } //# sourceMappingURL=Bounce.d.ts.map