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

import * as schemas from '.';
/**
 * Shield information barrier segment restriction (Base)
 *
 * A base representation of
 * a segment restriction object for
 * the shield information barrier
 */
export interface ShieldInformationBarrierSegmentRestrictionBase {
	/**
	 * Shield information barrier segment restriction
	 * Example: shield_information_barrier_segment_restriction
	 */
	type?: 'shield_information_barrier_segment_restriction';
	/**
	 * The unique identifier for the
	 * shield information barrier segment restriction.
	 * Example: 11446498
	 */
	id?: string;
}