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