package commands

// StashEntry : A git stash entry
type StashEntry struct {
	Index int
	Name  string
}