UNPKG

@replyke/core

Version:

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

4 lines (3 loc) 207 B
import { ConnectionCountResponse } from "../../../interfaces/models/Connection"; declare function useFetchConnectionsCount(): () => Promise<ConnectionCountResponse>; export default useFetchConnectionsCount;