Skip to content

Commit a7655f4

Browse files
committed
refactor: re-export all interfaces for improved TypeDoc documentation
1 parent 200fb8f commit a7655f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/interfaces/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 };
1+
// src/interfaces/index.ts
2+
// Re-export all interfaces so that TypeDoc includes referenced types in the documentation
73

4+
export * from './UploadResponse';
5+
export * from './UploadOptions';
6+
export * from './Transformation';
7+
export * from './SrcOptions';

0 commit comments

Comments
 (0)