We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200fb8f commit a7655f4Copy full SHA for a7655f4
1 file changed
src/interfaces/index.ts
@@ -1,7 +1,7 @@
1
-import { Transformation, TransformationPosition } from "./Transformation";
2
-import { UploadOptions } from "./UploadOptions";
3
-import { ResponseMetadata, UploadResponse } from "./UploadResponse";
4
-import { SrcOptions } from "./SrcOptions";
5
-
6
-export type { ResponseMetadata, Transformation, TransformationPosition, UploadOptions, UploadResponse, SrcOptions };
+// src/interfaces/index.ts
+// Re-export all interfaces so that TypeDoc includes referenced types in the documentation
7
+export * from './UploadResponse';
+export * from './UploadOptions';
+export * from './Transformation';
+export * from './SrcOptions';
0 commit comments