UNPKG

@adinsure-ops/ops-cli

Version:

Operations CLI for working with AdInsure

8 lines (7 loc) 153 B
export interface Config { changelogs: { file: string; unreleasedFolder: string; }; } export declare const DefaultConfig: Config;