import { WithDragContext } from "./with-drag-context.model"; export interface ModelDragInfo extends WithDragContext { readonly model: TModel; }