UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 231 B
/** Temporary url informations */ export interface TemporaryLogsLink { /** Temporary url expiration date */ expirationDate: string; /** Temporary url */ url: string; } //# sourceMappingURL=TemporaryLogsLink.d.ts.map