export interface ITaxAttr {
    TaxCode: string;
    TaxRate: number;
    Description: string;
    CompanyId: string;
    CreatedById: string;
    CreatedAt: Date;
    UpdatedById: string;
    UpdatedAt: Date;
}
//# sourceMappingURL=tax-attr.interface.d.ts.map