UNPKG

infinity-forge

Version:
11 lines (10 loc) 264 B
export interface INotification { id: number; title: string; status: string; message: string; createdAt: string; createdAtText: string; isRead: boolean; } export declare function Notifications(): import("react/jsx-runtime").JSX.Element;