UNPKG

node-liquibase

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