export interface RollbackCountSQLCommandAttributes { /** * The integer indicating the number of changes you want to rollback */ value: number; }