UNPKG

@replyke/core

Version:

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

7 lines (6 loc) 260 B
import { Entity } from "../../interfaces/models/Entity"; declare function useFetchEntityByForeignId(): ({ foreignId, createIfNotFound, }: { foreignId: string; createIfNotFound?: boolean; }) => Promise<Entity>; export default useFetchEntityByForeignId;