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) 408 B
import { StilettoRootConfig, StilettoRoutesConfig, StilettoSetupConfig } from '../interfaces'; interface DefaultFileData { [key: string]: unknown; ROOT_CONFIG: StilettoRootConfig; SETUP_SETTINGS_CONFIG: StilettoSetupConfig; ROUTES_CONFIG: StilettoRoutesConfig; TEMPORARY_ROUTES_CONFIG: StilettoRoutesConfig; } export declare const DEFAULT_FILE_DATA: DefaultFileData; export {};