Merge pull request 'development' (#144) from development into feature/item-calculations

Reviewed-on: ADUANASOFT/anexo76#144
This commit is contained in:
2026-02-16 18:10:12 +00:00
15 changed files with 611 additions and 644 deletions

View File

@@ -11,8 +11,10 @@ export interface TariffFraction {
umt: string | null;
adv_impo: string | null;
adv_expo: string | null;
created_at: string | null;
updated_at: string | null;
dof: string | null;
aplica_ieps: string | null;
um_code: string | null;
}
export interface TariffFractionCreate {