Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/cms
/ ExtendedAnswer
Interface
ExtendedAnswer
src/actions/question/types.ts:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
export
interface
ExtendedAnswer extends Answer {
85
author: Author;
86
votes: any[];
87
responses: ExtendedAnswer[];
88
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected