@designliquido/delegua
    Preparing search index...

    Interface RetornoInterpretadorInterface

    interface RetornoInterpretadorInterface {
        erros: ErroInterpretador[];
        resultado: ResultadoParcialInterpretadorInterface[];
    }
    Index

    Properties

    Properties

    erros: ErroInterpretador[]