UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 184 B
/** URL with real time logs */ export interface LogsURL { /** Expiration date */ expirationDate: string; /** URL */ url: string; } //# sourceMappingURL=LogsURL.d.ts.map