f5a8c5a45d
Signed-off-by: Michael Mayer <michael@photoprism.app>
6 lines
153 B
Go
6 lines
153 B
Go
package customize
|
|
|
|
// SearchSettings represents search UI preferences.
|
|
type SearchSettings struct {
|
|
BatchSize int `json:"batchSize" yaml:"BatchSize"`
|
|
}
|