UNPKG

@appscode/design-system

Version:

A design system for Appscode websites and dashboards made using Bulma

7 lines (6 loc) 98 B
export interface Notification { id: string; time: number; msg?: string; status: string; }