package types

type Profile struct {
	Name string
	Pic  *ProfilePic
}
