import type { components } from './taxClassification.contract';
export type TaxClassificationSuccessResponse = components['schemas']['TaxReportingClassification'];
