UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

7 lines (6 loc) 266 B
import { UnifiedAppNotification } from "../../interfaces/models/AppNotification"; declare function useFetchAppNotifications(): ({ page, limit }: { page: number; limit: number; }) => Promise<UnifiedAppNotification[]>; export default useFetchAppNotifications;