UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 224 B
/** Stream archive url */ export interface ArchiveUrl { /** Temporary URL expiration date */ expirationDate: string; /** Temporary URL to get archive */ url: string; } //# sourceMappingURL=ArchiveUrl.d.ts.map