export interface Configuracao {
    _id: string;
    nome: string;
    senha: string;
    origempPermitida: string;
    tempoToken: number;
}
