MCPcopy
hub / github.com/dvanoni/notero / BaseOptions

Interface BaseOptions

types/web-ext.d.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4 // Common types
5 export interface BaseOptions {
6 sourceDir?: string;
7 artifactsDir?: string;
8 ignoreFiles?: string[];
9 verbose?: boolean;
10 }
11
12 // Build command types
13 export interface BuildOptions extends BaseOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected