emdb/cmd/terminal-client/tui/config.go

8 lines
96 B
Go
Raw Normal View History

2023-12-23 12:08:58 +01:00
package tui
type Config struct {
TMDBAPIKey string
EMDBAPIKey string
EMDBBaseURL string
}