/* tslint:disable */

/**
 * This file was automatically generated by "Swaxios".
 * It should not be modified by hand.
 */
{{#if imports.length}}

{{#each imports}}
import { {{{this}}} } from './{{{this}}}';
{{/each}}
{{/if}}

export {{{basicType}}} {{{name}}} {{#isnt basicType "interface"}}={{/isnt}} {{{typeData}}}
