mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-27 05:08:13 +08:00
5 lines
95 B
Go
5 lines
95 B
Go
package config
|
|
|
|
// Map is an alias for map[string]interface{}.
|
|
type Map map[string]interface{}
|