Files
photoprism/internal/config/customize/maps.go
2024-07-02 07:36:52 +02:00

8 lines
195 B
Go

package customize
// MapsSettings represents maps settings (for places).
type MapsSettings struct {
Animate int `json:"animate" yaml:"Animate"`
Style string `json:"style" yaml:"Style"`
}