mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 19:42:48 +00:00
9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
/// <references types="@types/w3c-web-serial" />
|
|
|
|
interface SerialPortInfo {
|
|
name?: string;
|
|
serialNumber?: string;
|
|
manufacturer?: string;
|
|
product?: string;
|
|
}
|