import { Document } from "./Document"; export type SimilarResults = { total: number; items: Document[]; };