MCPcopy
hub / github.com/Kong/insomnia / ConfigFileOptions

Interface ConfigFileOptions

packages/insomnia-inso/src/get-options.ts:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { UNKNOWN_OBJ } from './types';
5
6interface ConfigFileOptions {
7 __configFile?: {
8 options?: UNKNOWN_OBJ;
9 scripts?: UNKNOWN_OBJ;
10 filePath: string;
11 };
12}
13
14export type GlobalOptions = {
15 appDataDir?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected