forked from loafle/openapi-generator-original
style(typescript): add missing semi (#19689)
This commit is contained in:
parent
29c3b020e6
commit
645626d2f5
@ -1,5 +1,5 @@
|
||||
import type { HttpFile } from '../http/http';
|
||||
import type { Configuration } from '../configuration'
|
||||
import type { Configuration } from '../configuration';
|
||||
import type * as req from "../types/ObjectParamAPI";
|
||||
{{#useRxJS}}
|
||||
import type { Observable } from 'rxjs';
|
||||
|
@ -1,5 +1,5 @@
|
||||
import type { HttpFile } from '../http/http';
|
||||
import type { Configuration } from '../configuration'
|
||||
import type { Configuration } from '../configuration';
|
||||
import type * as req from "../types/ObjectParamAPI";
|
||||
|
||||
import type { ApiResponse } from '../models/ApiResponse';
|
||||
|
Loading…
x
Reference in New Issue
Block a user