UNPKG

@yume-chan/scrcpy

Version:
10 lines 603 B
import type { StructInit } from "@yume-chan/struct"; export declare const ScrcpyStartAppControlMessage: import("@yume-chan/struct").Struct<{ type: import("@yume-chan/struct").NumberField<number>; name: import("@yume-chan/struct").Field<string, string, never, string>; }, undefined, import("@yume-chan/struct").FieldsValue<{ type: import("@yume-chan/struct").NumberField<number>; name: import("@yume-chan/struct").Field<string, string, never, string>; }>>; export type ScrcpyStartAppControlMessage = StructInit<typeof ScrcpyStartAppControlMessage>; //# sourceMappingURL=start-app.d.ts.map