Spaces:
Running
Running
File size: 429 Bytes
287a0bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
/* eslint-disable */
// tslint:disable
/**
* FastAPI
*
*
* OpenAPI spec version: 0.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator+.
* https://github.com/karlvr/openapi-generator-plus
* Do not edit the class manually.
*/
export * from "./api";
export * from "./models";
export * from "./configuration";
export { RequiredError } from "./runtime";
export type { FetchAPI, FetchArgs } from "./runtime";
|