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