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

7 lines (6 loc) 246 B
import { IWorkflow, IStructureService } from '../../../ioc'; export declare class InitStilettoWorkflow implements IWorkflow { private structureService; constructor(structureService: IStructureService); start(): Promise<void>; }