mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-17 06:32:40 +00:00
feat: wasm zero
This commit is contained in:
@@ -15,7 +15,7 @@ export interface CCOSKeyReleaseEvent {
|
||||
|
||||
export interface CCOSSerialEvent {
|
||||
type: "serial";
|
||||
data: number;
|
||||
data: Uint8Array;
|
||||
}
|
||||
|
||||
export type CCOSInEvent =
|
||||
|
||||
Reference in New Issue
Block a user