UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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