UNPKG

@quo0/stiletto

Version:

With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI

8 lines (7 loc) 414 B
import { IWorkflow, IStructureService, IParsedArguments, IBrowserServerServiceFacade } from '../../../ioc'; export declare class LaunchStilettoWorkflow implements IWorkflow { private structureService; private browserServerService; constructor(structureService: IStructureService, browserServerService: IBrowserServerServiceFacade); start(parsedArguments: IParsedArguments): Promise<void>; }