package app
// ExampleConfig is an example app-specific config type
type ExampleConfig struct {
EnableReconciler bool
EnableSomeFeature bool
}