Interface ParametroInterface

interface ParametroInterface {
    abrangencia: "padrao" | "multiplo";
    nome: SimboloInterface<string>;
    referencia?: boolean;
    tipoDado: string;
    valorPadrao?: any;
}

Properties

abrangencia: "padrao" | "multiplo"
nome: SimboloInterface<string>
referencia?: boolean
tipoDado: string
valorPadrao?: any