mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 18:02:42 +00:00
feat: tauri serial polyfill
This commit is contained in:
8
src/lib/serial/tauri-serial-extension.d.ts
vendored
Normal file
8
src/lib/serial/tauri-serial-extension.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <references types="@types/w3c-web-serial" />
|
||||
|
||||
interface SerialPortInfo {
|
||||
name?: string
|
||||
serialNumber?: string
|
||||
manufacturer?: string
|
||||
product?: string
|
||||
}
|
||||
Reference in New Issue
Block a user