package types

type ProfilePic struct {
	Size1024 []byte
	Size512  []byte
	Size256  []byte
	Size128  []byte
	Size64   []byte
}
