UNPKG

liquibase

Version:
7 lines (6 loc) 167 B
export interface RollbackCountCommandAttributes { /** * The integer indicating the number of changes you want to roll back */ value: number; }