UNPKG

fhir-snapshot-generator

Version:
10 lines 394 B
/** * © Copyright Outburn Ltd. 2022-2025 All Rights Reserved * Project name: fhir-snapshot-generator */ import { FhirTreeNode } from '../../../types'; export declare const findMonopolyShortcutTarget: (parentId: string, missingSegment: string, elements: FhirTreeNode[]) => { rewrittenSegment: string; type: string; } | null; //# sourceMappingURL=findMonopolyShortcutTarget.d.ts.map