import { Context } from '../entities/Context'; import { Relation } from './Relation'; export interface IsParentOf extends Relation { }