We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ebe07 commit 1d5e903Copy full SHA for 1d5e903
src/models.ts
@@ -3618,11 +3618,11 @@ export namespace Models {
3618
/**
3619
* An array of aggregated number of image transformations.
3620
*/
3621
- imageTransformationsTotal: number;
+ imageTransformations: Metric[];
3622
3623
* Total aggregated number of image transformations.
3624
3625
- imageTransformations: number;
+ imageTransformationsTotal: number;
3626
}
3627
3628
* Headers
0 commit comments