/**
 * Shield information barrier report details
 *
 * Indicates which folder the report
 * file is located and any errors when generating the report.
 */
export interface ShieldInformationBarrierReportDetails {
    details?: object;
}
