interface Construto {
    hashArquivo: number;
    linha: number;
    tipo?: string;
    valor?: any;
    aceitar(visitante: VisitanteComumInterface): Promise<any>;
}

Implemented by

Properties

hashArquivo: number
linha: number
tipo?: string
valor?: any

Methods