import { IFoundPageDto } from "./IFoundPage";

export interface IFoundPagesMatchDto {
  foundPages: IFoundPageDto[];
}
