filebrowser/settings/branding.go

9 lines
224 B
Go
Raw Normal View History

package settings
// Branding contains the branding settings of the app.
type Branding struct {
Name string `json:"name"`
DisableExternal bool `json:"disableExternal"`
Files string `json:"files"`
}