Source: schemas/shield-information-barrier-report-details.generated.ts

  1. import * as schemas from '.';
  2. /**
  3. * Shield information barrier report details
  4. *
  5. * Indicates which folder the report
  6. * file is located and any errors when generating the report.
  7. */
  8. export interface ShieldInformationBarrierReportDetails {
  9. details?: object;
  10. }