import { IScrimLangRequirementGroup } from '../../entities'; export interface IUpdateSegment { requirements?: IScrimLangRequirementGroup[]; }