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

11 lines (10 loc) 562 B
export * from './app/workflow.interface'; export * from './services/app-config-service.interface'; export * from './services/fs-service.interface'; export * from './services/process-service.interface'; export * from './services/prompt-service.interface'; export * from './services/structure.service.interface'; export * from './services/browser-server-service-facade.interface'; export * from './services/web-socket-service.interface'; export * from './models/structure.model.interface'; export * from './models/file-structure-entity.model.interface';