UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 231 B
/** Outlook url */ export interface OutlookUrl { /** Url expiration date */ expiration: string; /** Serial number */ serial: string; /** Outlook url */ url: string; } //# sourceMappingURL=OutlookUrl.d.ts.map