UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 292 B
/** detail on evidences stored on PCS */ export interface EvidencesInfoDetail { /** File date on the PCS */ date: string; /** File name on the PCS */ filename: string; /** Temporary URL to access file */ url: string; } //# sourceMappingURL=EvidencesInfoDetail.d.ts.map