UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 252 B
/** Missing description */ export interface ProjectStoragePublicUrlCreation { /** Temporary URL expiration */ expirationDate: string; /** Object name */ objectName: string; } //# sourceMappingURL=ProjectStoragePublicUrlCreation.d.ts.map