UNPKG

@yume-chan/scrcpy

Version:
7 lines (5 loc) 172 B
import type { PrevImpl } from "./prev.js"; export interface Init<TVideo extends boolean> extends PrevImpl.Init { video?: TVideo; audioSource?: "output" | "mic"; }