export interface UpdateCountSQLCommandAttributes {
    /**
     * The integer indicating the number of changes you want to update
     */
    number: number;
}
