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

Interface Author

src/actions/question/types.ts:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72export interface Author {
73 id: string | undefined;
74 name: string | null; // Allow null
75 role?: string | null;
76 email?: string | null;
77}
78
79export interface ExtendedQuestion extends Question {
80 author: Author;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected