We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9ef1e commit 73122a6Copy full SHA for 73122a6
1 file changed
src/models/snapshot-image.ts
@@ -45,16 +45,16 @@ export const transformJSONToSnapshotImage = function (value: any): SnapshotImage
45
export interface SnapshotImage {
46
/**
47
* Width of the component image
48
- * @type {string}
+ * @type {number}
49
* @memberof SnapshotImage
50
*/
51
- width: string;
+ width: number;
52
53
* Height of the component image
54
55
56
57
- height: string;
+ height: number;
58
59
*
60
* @type {Thumbnails}
0 commit comments