Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a15498f3 authored by Simon Chan's avatar Simon Chan
Browse files

fix(scrcpy): fix message type

parent 56756c31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import { ScrcpyDeviceMessageType } from "./type.js";

export const ScrcpyAckClipboardDeviceMessage = new Struct()
    .uint64("sequence")
    .extra({ type: ScrcpyDeviceMessageType.Clipboard as const });
    .extra({ type: ScrcpyDeviceMessageType.AckClipboard as const });

export type ScrcpyAckClipboardDeviceMessage =
    typeof ScrcpyAckClipboardDeviceMessage["TDeserializeResult"];