UNPKG

@iredium/butterfly

Version:
6 lines (5 loc) 162 B
import { UserInterface } from '../../models/user/interface'; export interface NotificationInterface { name: string; via(user: UserInterface): string[]; }