/** 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