UNPKG

ng2-yk-notifier

Version:
9 lines (8 loc) 153 B
export interface INotifierMessage { id?: string; type: string; title?: string; content?: string; icon: string; state?: string; }