@code-pushup/models
Version:
Model definitions and validators for the Code PushUp CLI
7 lines (6 loc) • 374 B
TypeScript
import type { Format, PersistConfig } from '../persist-config.js';
export declare const DEFAULT_PERSIST_OUTPUT_DIR = ".code-pushup";
export declare const DEFAULT_PERSIST_FILENAME = "report";
export declare const DEFAULT_PERSIST_FORMAT: Format[];
export declare const DEFAULT_PERSIST_SKIP_REPORT = false;
export declare const DEFAULT_PERSIST_CONFIG: Required<PersistConfig>;