Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ ExtendedComment
Interface
ExtendedComment
src/actions/comment/types.ts:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
export
type
ReturnTypePinComment = ActionState<InputTypePinComment, Comment>;
39
40
export
interface
ExtendedComment extends Comment {
41
user?: User;
42
votes?: Vote[];
43
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected