package diff

// IDiff defines common operations for diff results
type IDiff interface {
	Empty() bool
}
