UNPKG

@iredium/butterfly

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