UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 306 B
import StartActivityCommand from './startactivity.js'; import StartServiceOptions from '../../../models/StartServiceOptions.js'; export default class StartServiceCommand extends StartActivityCommand { execute(options: StartServiceOptions): Promise<boolean>; } //# sourceMappingURL=startservice.d.ts.map