@designliquido/delegua
    Preparing search index...

    Interface ErroInterpretadorInterface

    interface ErroInterpretadorInterface {
        erroInterno?: any;
        hashArquivo?: number;
        linha?: number;
        mensagem?: string;
        simbolo?: SimboloInterface;
    }
    Index

    Properties

    erroInterno?: any
    hashArquivo?: number
    linha?: number
    mensagem?: string