export interface RollbackCountCommandAttributes {
    /**
     * The integer indicating the number of changes you want to roll back
     */
    value: number;
}
