All Downloads are FREE. Search and download functionalities are using the official Maven repository.

concrete.templates.jaxrs.axios.code.v1.service.d.ts.ftl Maven / Gradle / Ivy

There is a newer version: 0.5.3-RC1
Show newest version
declare type Int = number;
declare type Float = number;

${declaredTypes}

declare interface ${serviceName} {
<#list methods as method>
<#list method.lines as line>
    ${line}

    ${method.def}

}

declare const instance: ${serviceName};
export default instance;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy