style(typescript): add missing semi (#19689)

This commit is contained in:
Joscha Feth 2024-09-26 15:06:56 +01:00 committed by GitHub
parent 29c3b020e6
commit 645626d2f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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';