mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 11:02:50 +00:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
/// <references types="@types/w3c-web-serial" />
|
|
|
|
interface SerialPortInfo {
|
|
name?: string
|
|
serialNumber?: string
|
|
manufacturer?: string
|
|
product?: string
|
|
}
|