/** detail on evidences stored on PCS */
export interfaceEvidencesInfoDetail {
/** 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