UNPKG

node-liquibase

Version:
7 lines (6 loc) 220 B
export interface ChangelogSyncToTagSQLCommandAttributes { /** * The tag you can add to changesets to determine which changesets in the changelog to evaluate based on their tags. */ tag: string; }