/**
 * Options for using the Interop  plugin
 */
export interface InteropioPluginOptions {
    /**
     * Converts AdapTable Alerts configured to display in popup as Interop Notifications
     * @defaultValue true
     */
    showAdaptableAlertsAsNotifications?: boolean;
}
