MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / CommentCardProps

Interface CommentCardProps

components/comments/comment-card.tsx:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface CommentCardProps {
26 comment: CommentData
27 extensionId: Id<"extensions">
28 currentUserId?: string
29 isAdmin?: boolean
30 isLiked?: boolean
31 isAuthenticated?: boolean
32 isReply?: boolean
33}
34
35export function CommentCard({
36 comment,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected