Skip to content

Commit 6dec552

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated interface
1 parent e018e95 commit 6dec552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libs/interfaces/UploadOptions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ interface AbsObject {
1515
protocol: "hls" | "dash";
1616
}
1717

18-
type postTransformation = TransformationObject | GifToVideoOrThumbnailObject | AbsObject;
18+
type PostTransformation = TransformationObject | GifToVideoOrThumbnailObject | AbsObject;
1919

20-
interface transformation{
20+
interface Transformation{
2121
pre?: string
22-
post?: postTransformation[]
22+
post?: PostTransformation[]
2323
}
2424

2525
/**
@@ -106,5 +106,5 @@ export interface UploadOptions {
106106
customMetadata?: {
107107
[key: string]: string | number | boolean | Array<string | number | boolean>;
108108
},
109-
transformation?: transformation
109+
transformation?: Transformation
110110
}

0 commit comments

Comments
 (0)