package models type VisibilityType string const ( VisibilityTypePrivate = "private" VisibilityTypePublic = "public" )