Files
navidrome/models/property.go
T

7 lines
69 B
Go

package models
type Property struct {
Id string
Value string
}