@ecp.eth/sdk / comments/react / UseGetDeleteCommentHashOptions
Type Alias: UseGetDeleteCommentHashOptions
type UseGetDeleteCommentHashOptions = Omit<UseQueryOptions<Hex, Error>, "queryKey" | "queryFn">;
Defined in: packages/sdk/src/comments/react/comment.ts:409