UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

3 lines (2 loc) 265 B
import { AdaptableApi, AlertDefinition } from '../../../types'; export declare const mapAlertDefinition: (api: AdaptableApi, alertDefinition: AlertDefinition) => import("../../../types").RuleBasedAlertDefinition | import("../../../types").ScheduledAlertDefinition;