import { UploadedDocument } from '../UploadedDocument' export class UploadDocumentResponse { data: UploadedDocument included: any[] }