forked from Yara724/api
YARA-883 + Side ID fixes
This commit is contained in:
@@ -4,7 +4,8 @@ import { ClaimWorkflowStep } from "src/Types&Enums/claim-request-management/clai
|
||||
|
||||
export interface ClaimPricingPartLite {
|
||||
factorNeeded?: boolean;
|
||||
partId?: string;
|
||||
/** Numeric catalog id (legacy string values may still exist in old documents). */
|
||||
partId?: number | string;
|
||||
}
|
||||
|
||||
export function getActiveV2ExpertReply(claim: { evaluation?: Record<string, unknown> }): {
|
||||
|
||||
Reference in New Issue
Block a user