UNPKG

@lens-protocol/react-web

Version:

Lens Protocol SDK for React web applications

6 lines (5 loc) 190 B
import { Profile } from '@lens-protocol/react'; import { CachedConversation } from '@xmtp/react-sdk'; export type EnhancedConversation = CachedConversation & { peerProfile?: Profile; };