export interface {{interfaceName}}{
{{#each members}}
    /**
     * 请添加注释
     * @type {{this.type}}
     */
    {{this.key}}: {{this.type}}
{{/each}}
}