fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
10 lines • 331 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
export interface FshPathObject {
originPath: string;
newPath: string;
}
export declare const getElementDefinition: (rootType: string, path: FshPathObject | string) => any;
//# sourceMappingURL=getElementDefinition.d.ts.map