UNPKG

@addapptables/notifier

Version:
5 lines (4 loc) 129 B
import { NotifierRef } from '../notifier-ref'; export interface Strategy { newNotifier(notifierRef: NotifierRef): any; }