import { UltimateEntityDocument } from "../ultimate-entity-document"; export interface GetUltimateEntityDocumentsResponse { documents: UltimateEntityDocument[]; count: number; }