package repository // TypeAlias represents a Go type alias. type TypeAlias struct { Comment Name string Type string }