UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

10 lines 257 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ export interface ILogger { info: (msg: any) => void; warn: (msg: any) => void; error: (msg: any) => void; } //# sourceMappingURL=Logger.d.ts.map