package shared type Clonable interface { Clone() Clonable } type Sanitisable interface { Sanitize() }