TaxItems: {
    taxItems?: TaxItem[];
} & {
    [key: string]: any;
}