mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
8 lines
261 B
Go
8 lines
261 B
Go
package config
|
|
|
|
type GoogleAds struct {
|
|
Enabled bool `json:"enabled" yaml:"enabled"`
|
|
GoogleConsent GoogleConsent `json:"googleConsent" yaml:"googleConsent"`
|
|
Conversion GoogleAdsConversion `json:"conversion" yaml:"conversion"`
|
|
}
|