@kubb/swagger-ts 2.18.0 → 2.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +0,0 @@
1
- import { Infer, Model, RequestParams, Response } from '@kubb/oas';
2
-
3
- declare const index_Infer: typeof Infer;
4
- declare const index_Model: typeof Model;
5
- declare const index_RequestParams: typeof RequestParams;
6
- declare const index_Response: typeof Response;
7
- declare namespace index {
8
- export { index_Infer as Infer, index_Model as Model, index_RequestParams as RequestParams, index_Response as Response };
9
- }
10
-
11
- export { index as i };