export interface DocumentoEscalaVO { idDocumentoEscala?: number; id?: string; mimeType?: string; name?: string; idEscala?: number; }