We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ff85d commit 8ca2859Copy full SHA for 8ca2859
types/qz-tray/index.d.ts
@@ -231,7 +231,7 @@ export type HidGetFeatureReportsDeviceInfoInput = HidDeviceInfoInput & {
231
responseSize: string;
232
};
233
export type HidOpenStreamDeviceInfoInput = HidDeviceInfoInput & {
234
- responseSize: string | number
+ responseSize: string | number;
235
interval?: number;
236
237
export type HidReadDataDeviceInfoInput = HidDeviceInfoInput & {
0 commit comments