diff --git a/pkg/api/reporting/types/types.go b/pkg/api/reporting/types/types.go index 8f0b857f2a..bba8e48f8e 100644 --- a/pkg/api/reporting/types/types.go +++ b/pkg/api/reporting/types/types.go @@ -36,12 +36,6 @@ type DownstreamInfo struct { NativeHelmInstalls int `json:"native_helm_installs"` } -type SnapshotReport struct { - Provider string - Schedule string - RetentionPolicy string -} - // This type is mimicked in the preflight_report table. type PreflightStatus struct { InstanceID string `json:"instance_id"`