Interface RetornoInterpretador

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

Properties

Properties

erros: ErroInterpretador[]
resultado: string[]