Skip to content

Commit 8ca2859

Browse files
🤖 dprint fmt
1 parent 13ff85d commit 8ca2859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/qz-tray/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export type HidGetFeatureReportsDeviceInfoInput = HidDeviceInfoInput & {
231231
responseSize: string;
232232
};
233233
export type HidOpenStreamDeviceInfoInput = HidDeviceInfoInput & {
234-
responseSize: string | number
234+
responseSize: string | number;
235235
interval?: number;
236236
};
237237
export type HidReadDataDeviceInfoInput = HidDeviceInfoInput & {

0 commit comments

Comments
 (0)