MCPcopy Create free account
hub / github.com/code100x/cms / ExtendedQuestion

Interface ExtendedQuestion

src/actions/question/types.ts:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79export interface ExtendedQuestion extends Question {
80 author: Author;
81 votes: any[];
82}
83
84export interface ExtendedAnswer extends Answer {
85 author: Author;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected