import { DocumentData } from './helpers'; export interface DataOnlyInput { key: { cpf: string; }; answer: DocumentData; }