UNPKG

nostr-hooks

Version:
9 lines (8 loc) 245 B
export declare const removeGroupUser: ({ relay, groupId, pubkey, onError, onSuccess, reason, }: { relay: string; groupId: string; pubkey: string; reason?: string; onSuccess?: () => void; onError?: () => void; }) => void;