UNPKG

@salla.sa/twilight-components

Version:
13 lines (12 loc) 240 B
export interface UserNotification { next_page?: string; count: number; items: Notification[]; } export interface Notification { title: string; sub_title: string; date: string; is_new: boolean; url: string; }