UNPKG

cfc-ds

Version:

Design System do Conselho Federal de Contabilidade baseado no govbr-ds

10 lines (9 loc) 184 B
export interface NotificationItem { title: string; content: string; time: string; isNew: boolean; isRead?: boolean; tagColor?: string; category?: string; }