UNPKG

node-liquibase

Version:
7 lines (6 loc) 163 B
export interface UpdateCountCommandAttributes { /** * The integer indicating the number of changes you want to update */ number: number; }