interface GrowthFrictionInfo {
    has_active_interventions: boolean;
    interventions: PendingTagsFeedResponse.Interventions;
}

Properties

has_active_interventions: boolean