fhir-snapshot-generator
Version:
Generate snapshots for FHIR Profiles
10 lines • 394 B
TypeScript
/**
* © 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