UNPKG

node-liquibase

Version:
8 lines (7 loc) 281 B
export interface CalculateCheckSumCommandAttributes { /** * Tag defined as a number or a descriptive name that is unique to each changeset. * Requires the following format for the calculateCheckSum <id> command: filepath::id::author. */ id: string; }