UNPKG

nostr-hooks

Version:
8 lines (7 loc) 213 B
export declare const deleteGroup: ({ relay, groupId, reason, onSuccess, onError, }: { relay: string; groupId: string; reason?: string; onSuccess?: () => void; onError?: () => void; }) => void;