MCPcopy Create free account
hub / github.com/Codehagen/Badget / BlogAuthor

Interface BlogAuthor

src/types/author.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface BlogAuthor extends Author {
13 customTitle?: string; // Allow custom title override per post
14}
15
16export interface AuthorReference {
17 authorId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected