We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d61036 commit 0b97bdeCopy full SHA for 0b97bde
src/transformation-api-client.ts
@@ -70,7 +70,7 @@ export abstract class SeedTransformer extends TransformationAPIClient {
70
* of the source document.
71
*/
72
@property()
73
- public src: File | null = null;
+ public src: File | Blob | null = null;
74
75
/**
76
* The result of the transformation as the {@link File} object
0 commit comments