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