UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

12 lines (11 loc) 255 B
export interface ICalculationUpsertRequest { product: string; barcode: string; commission: string; purchasePrice: string; salePrice: string; kdvAmount: string; cargoPrice: string; cargoChoice: string; result: string; }