Files
showbridge-go/internal/config/module.go
2026-03-23 12:11:10 -05:00

8 lines
142 B
Go

package config
type ModuleConfig struct {
Id string `json:"id"`
Type string `json:"type"`
Params Params `json:"params,omitempty"`
}