forked from loafle/openapi-generator-original
Typescript-angular: Added missing semi colon to interface export in apis.ts
template file. (#10121)
This commit is contained in:
parent
664aa2d946
commit
d0788cdbc1
@ -5,7 +5,7 @@ export * from './{{ classFilename }}';
|
||||
import { {{ classname }} } from './{{ classFilename }}';
|
||||
{{/operations}}
|
||||
{{#withInterfaces}}
|
||||
export * from './{{ classFilename }}Interface'
|
||||
export * from './{{ classFilename }}Interface';
|
||||
{{/withInterfaces}}
|
||||
{{/apis}}
|
||||
export const APIS = [{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}];
|
||||
|
Loading…
x
Reference in New Issue
Block a user