@designliquido/delegua
    Preparing search index...

    Interface ComponenteModuloFuncaoInterface

    interface ComponenteModuloFuncaoInterface {
        argumentos: { nome: string; tipo: string }[];
        documentacao?: string;
        funcao: Function;
        tipoRetorno: string;
    }
    Index

    Properties

    argumentos: { nome: string; tipo: string }[]
    documentacao?: string
    funcao: Function
    tipoRetorno: string