UNPKG

@replyke/core

Version:

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

7 lines (6 loc) 273 B
import { FetchManyRulesResponse } from "../../../interfaces/models/Rule"; export interface FetchManyRulesProps { spaceId: string; } declare function useFetchManyRules(): (props: FetchManyRulesProps) => Promise<FetchManyRulesResponse>; export default useFetchManyRules;