import { RawRelation } from "./raw-relation"; export interface RawMatch { selectors: string[]; relations: RawRelation[]; return: string; }