package agent

type Config struct {
	EnableUserDataRecording bool `yaml:"enable_user_data_recording"`
}
