@designliquido/delegua
    Preparing search index...

    Interface ParametroInterface

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

    Properties

    abrangencia: "padrao" | "multiplo"
    referencia?: boolean
    tipoDado: string
    valorPadrao?: any