export class DocumentoEscalaDTO { idDocumentoEscala?: number; id?: string; mimeType?: string; name?: string; escala?: any; }