sesamy-cli/pkg/config/hotjar.go
2024-11-07 16:51:50 +01:00

7 lines
133 B
Go

package config
type Hotjar struct {
Enabled bool `json:"enabled" yaml:"enabled"`
SiteID string `json:"siteId" yaml:"siteId"`
}