export interface ISerializedContainmentRelation {
  readonly children: string[];
}
