mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-01 08:01:15 +03:00
7 lines
69 B
Go
7 lines
69 B
Go
package models
|
|
|
|
type Property struct {
|
|
Id string
|
|
Value string
|
|
}
|