Skip to content

Commit c7605a3

Browse files
committed
feat: make device name optional
1 parent b9cf5bb commit c7605a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export type Device = {
55
/**
66
* The name of the device.
77
*/
8-
name: string;
8+
name?: string;
99

1010
/**
1111
* The width of the device in pixels.

0 commit comments

Comments
 (0)