package thinksplit // Config represents the plugin configuration type Config struct { Enable bool `json:"enable"` }