We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6308cb commit 63ebc6dCopy full SHA for 63ebc6d
src/interfaces/UploadOptions.ts
@@ -30,6 +30,8 @@ interface Transformation {
30
* - protocol: Used only when type is "abs". Can be "hls" or "dash".
31
*
32
* Refer to the docs for more details on transformations and usage in post.
33
+ *
34
+ * {@link https://imagekit.io/docs/dam/pre-and-post-transformation-on-upload#post-transformation}
35
*/
36
post?: PostTransformation[];
37
}
0 commit comments