UNPKG

@code-pushup/models

Version:

Model definitions and validators for the Code PushUp CLI

5 lines (4 loc) 231 B
import type { Format } 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[];