@designliquido/delegua
    Preparing search index...

    Interface ResultadoParcialInterpretadorInterface

    interface ResultadoParcialInterpretadorInterface {
        hashArquivo: number;
        linha: number;
        tipo: string;
        tipoDeclaracaoExecutada: string;
        valorRetornado: any;
    }
    Index

    Properties

    hashArquivo: number
    linha: number
    tipo: string
    tipoDeclaracaoExecutada: string
    valorRetornado: any