@designliquido/delegua
    Preparing search index...

    Interface VariavelInterface

    interface VariavelInterface {
        imutavel: boolean;
        nomeReferencia?: string;
        subtipo?: string;
        tipo: string;
        valor: any;
    }
    Index

    Properties

    imutavel: boolean
    nomeReferencia?: string
    subtipo?: string
    tipo: string
    valor: any