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

6 lines (5 loc) 211 B
export declare type StilettoSaveMockSettingsMode = 'instantly' | 'manually'; export interface StilettoUpdatesSettings { saveMocksMode: StilettoSaveMockSettingsMode; throttleInstantSaveMS: number; }