Skip to content

Commit 73122a6

Browse files
committed
v1.6.1
1 parent cc9ef1e commit 73122a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/models/snapshot-image.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ export const transformJSONToSnapshotImage = function (value: any): SnapshotImage
4545
export interface SnapshotImage {
4646
/**
4747
* Width of the component image
48-
* @type {string}
48+
* @type {number}
4949
* @memberof SnapshotImage
5050
*/
51-
width: string;
51+
width: number;
5252
/**
5353
* Height of the component image
54-
* @type {string}
54+
* @type {number}
5555
* @memberof SnapshotImage
5656
*/
57-
height: string;
57+
height: number;
5858
/**
5959
*
6060
* @type {Thumbnails}

0 commit comments

Comments
 (0)