Interface RetornoExecucaoInterface

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

Properties

Properties

erros: ErroInterpretador[]
resultado: string[]