cchat/repository/type.go

9 lines
122 B
Go

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