import { AdaptableAlert } from '../../AdaptableState/Common/AdaptableAlert'; export interface IModuleActionReturn { ActionReturn?: T; Alert?: AdaptableAlert; }