Skip to content

Commit 0b97bde

Browse files
committed
added Blob to signature since the file extractor may return one
1 parent 5d61036 commit 0b97bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformation-api-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export abstract class SeedTransformer extends TransformationAPIClient {
7070
* of the source document.
7171
*/
7272
@property()
73-
public src: File | null = null;
73+
public src: File | Blob | null = null;
7474

7575
/**
7676
* The result of the transformation as the {@link File} object

0 commit comments

Comments
 (0)