package domain

type Yaml struct {
	Signed   bool
	Verified bool
}