UNPKG

appium-mac2-driver

Version:

XCTest-based Appium driver for macOS apps automation

12 lines 296 B
interface BiDiEvent<TParams> { method: string; params: TParams; } interface NativeVideoChunkAddedParams { uuid: string; payload: string; } export interface NativeVideoChunkAddedEvent extends BiDiEvent<NativeVideoChunkAddedParams> { } export {}; //# sourceMappingURL=types.d.ts.map