UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

12 lines (9 loc) 243 B
interface BiDiEvent<TParams> { method: string; params: TParams; } interface NativeVideoChunkAddedParams { uuid: string; payload: string; } export interface NativeVideoChunkAddedEvent extends BiDiEvent<NativeVideoChunkAddedParams> {}