f5a8c5a45d
Signed-off-by: Michael Mayer <michael@photoprism.app>
6 lines
145 B
Go
6 lines
145 B
Go
package customize
|
|
|
|
// ShareSettings represents content sharing settings.
|
|
type ShareSettings struct {
|
|
Title string `json:"title" yaml:"Title"`
|
|
}
|