Source: schemas/shield-information-barrier-segment-restriction-mini.generated.ts

  1. import * as schemas from '.';
  2. /**
  3. * Shield information barrier segment restriction (Mini)
  4. *
  5. * A mini representation of
  6. * a segment restriction object for
  7. * the shield information barrier
  8. */
  9. export interface ShieldInformationBarrierSegmentRestrictionMini
  10. extends schemas.ShieldInformationBarrierSegmentRestrictionBase {
  11. /**
  12. * The `type` and `id` of the
  13. * requested shield information barrier segment.
  14. */
  15. shield_information_barrier_segment: object;
  16. /**
  17. * The `type` and `id` of the
  18. * restricted shield information barrier segment.
  19. */
  20. restricted_segment: object;
  21. }