Merge e6a3f6037ede2f179cc29e043103174c08356249 into d6c46342693205f0dae441b45742d9c85d41cf33

This commit is contained in:
Ry Bobko 2025-05-10 07:09:48 +02:00 committed by GitHub
commit bf83fc8b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -19,5 +19,5 @@ export class HttpError extends Error {
export { RequestFile } from '../model/models';
export const APIS = [{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}];
export const APIS:unknown[] = [{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}];
{{/apiInfo}}

View File

@ -15,4 +15,4 @@ export class HttpError extends Error {
export { RequestFile } from '../model/models';
export const APIS = [PetApi, StoreApi, UserApi];
export const APIS:unknown[] = [PetApi, StoreApi, UserApi];

View File

@ -15,4 +15,4 @@ export class HttpError extends Error {
export { RequestFile } from '../model/models';
export const APIS = [PetApi, StoreApi, UserApi];
export const APIS:unknown[] = [PetApi, StoreApi, UserApi];