filebrowser/settings/Session.go
2022-02-01 17:01:36 +02:00

7 lines
128 B
Go

package settings
// Branding contains the branding settings of the app.
type Session struct {
Timeout uint `json:"timeout"`
}