import { BaseClient } from '@sdc-monitor/core'

export interface MitoContextValueType {
  MitoInstance: BaseClient
}
