import type { ProductFeedRuleGetRuleType } from "../enums.ts"; export interface ProductFeedRuleGetFields { attribute: string; id: string; params: Record; rule_type: ProductFeedRuleGetRuleType; }