@yume-chan/scrcpy
Version:
TypeScript implementation of Scrcpy client.
10 lines • 611 B
TypeScript
import type { StructInit } from "@yume-chan/struct";
export declare const ScrcpyInjectTextControlMessage: import("@yume-chan/struct").Struct<{
type: import("@yume-chan/struct").NumberField<number>;
text: import("@yume-chan/struct").Field<string, string, never, string>;
}, undefined, import("@yume-chan/struct").FieldsValue<{
type: import("@yume-chan/struct").NumberField<number>;
text: import("@yume-chan/struct").Field<string, string, never, string>;
}>>;
export type ScrcpyInjectTextControlMessage = StructInit<typeof ScrcpyInjectTextControlMessage>;
//# sourceMappingURL=inject-text.d.ts.map