package settings

type Data struct {
	DisplayName string `json:"displayName"`
}
