UNPKG

@magicbell/react-headless

Version:
14 lines (13 loc) 372 B
export default interface IRemoteNotification { id: string; title: string; content: string | null; category: string | null; topic: string | null; actionUrl: string | null; customAttributes: Record<string, unknown> | null | string; readAt: number | null; seenAt: number | null; archivedAt: number | null; sentAt: number | null; }