package types

type WebSocketConfig struct {
	Type string
	Name string
	Url  string
}