mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
11 lines
304 B
TypeScript
11 lines
304 B
TypeScript
import { ScrcpyOptions1_15 } from "./1_15/index.js";
|
|
|
|
export class ScrcpyOptions1_16 extends ScrcpyOptions1_15 {
|
|
constructor(init: ScrcpyOptions1_15.Init, version = "1.16") {
|
|
super(init, version);
|
|
}
|
|
}
|
|
|
|
export namespace ScrcpyOptions1_16 {
|
|
export type Init = ScrcpyOptions1_15.Init;
|
|
}
|