export interface RequestInventoryAssetMappingCreateOrUpdate { activityId: string; asset: string; sku: string; quantityGradeA?: number; quantityGradeB?: number; id?: string; activityType: string; }