import { MidaLogNamespace } from "./MidaLogNamespace"; export type MidaLogParameters = { message: string; namespace: MidaLogNamespace; };