UNPKG

@replyke/core

Version:

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

6 lines (5 loc) 199 B
import { User } from "../../interfaces/models/User"; declare function useFetchUserByForeignId(): ({ foreignId }: { foreignId: string; }) => Promise<User>; export default useFetchUserByForeignId;