UNPKG

liquibase

Version:
7 lines (6 loc) 205 B
export interface ChangelogSyncCommandAttributes { /** required* The root changelog file */ changelogFile: string; /** Context string to use for filtering */ contextFilter?: string; }