omnitool_on_hf / packages /omni-server /src /swagger-client.d.ts
manu-sapiens's picture
copy of omnitool_latest - should be working
b39afbe
raw
history blame
285 Bytes
/**
* Copyright (c) 2023 MERCENARIES.AI PTE. LTD.
* All rights reserved.
*/
declare module 'swagger-client' {
export default class SwaggerClient {
constructor(url: string, options: any);
execute(options: any): Promise<any>;
resolve(options: any): Promise<any>;
}
}