UNPKG

@wdio/browserstack-service

Version:
4 lines 293 B
import type { UploadType } from '../types.js'; export declare function uploadEventData(eventData: UploadType | Array<UploadType>, eventUrl?: string): Promise<void>; export declare function sendScreenshots(eventData: Array<UploadType>): Promise<void>; //# sourceMappingURL=requestUtils.d.ts.map