export interface RequestSkuHsnCodeCreateOrUpdate { country: string; hsnCode: string; sku: string; }