/** * Interface que representa la respuesta de ocr de FAD */ export interface DocumentOcrModel { data: any; doctype: string; }