forked from loafle/openapi-generator-original
update samples
This commit is contained in:
parent
2f73582d82
commit
c8fad42324
@ -2,11 +2,11 @@ export * from "./http/http";
|
|||||||
export * from "./auth/auth";
|
export * from "./auth/auth";
|
||||||
export * from "./models/all";
|
export * from "./models/all";
|
||||||
export { createConfiguration } from "./configuration"
|
export { createConfiguration } from "./configuration"
|
||||||
export { Configuration } from "./configuration"
|
export type { Configuration } from "./configuration"
|
||||||
export * from "./apis/exception";
|
export * from "./apis/exception";
|
||||||
export * from "./servers";
|
export * from "./servers";
|
||||||
export { RequiredError } from "./apis/baseapi";
|
export { RequiredError } from "./apis/baseapi";
|
||||||
|
|
||||||
export { PromiseMiddleware as Middleware } from './middleware';
|
export type { PromiseMiddleware as Middleware } from './middleware';
|
||||||
export { } from './types/PromiseAPI';
|
export { } from './types/PromiseAPI';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user