import { BoInstanceDialogType } from './BoInstanceDialogType'; export interface BoiDialogData { type: BoInstanceDialogType; boInstanceId: string; boId: string; }