import { TaxDataTaxRuleInterface } from './taxDataTaxRuleInterface'; export interface TaxTaxRuleRepositoryV1SavePutBody { rule: TaxDataTaxRuleInterface; }