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

5 lines (4 loc) 174 B
import { IParsedArguments } from "../services/process-service.interface"; export interface IWorkflow { start: (parsedArguments: IParsedArguments) => Promise<void>; }