UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

10 lines (9 loc) 213 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 };