fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
16 lines • 444 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
export interface FlashMergeOptions {
key: string;
max?: string;
min?: number;
baseMax?: string;
path?: string;
eDefPath?: string;
kind?: string;
mandatory?: any;
}
export declare const flashMerge: (options: FlashMergeOptions, baseObj: any, ruleObj: any) => Promise<any>;
//# sourceMappingURL=flashMerge.d.ts.map