package domain

type Prev struct {
	Build  *PrevBuild
	Commit *PrevCommit
}