@designliquido/delegua
    Preparing search index...

    Interface RetornoExecucaoInterface

    interface RetornoExecucaoInterface {
        erros: ErroInterpretador[];
        resultado: string[];
    }
    Index

    Properties

    Properties

    erros: ErroInterpretador[]
    resultado: string[]