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