MCPcopy
hub / github.com/benjitaylor/agentation / BlogPost

Interface BlogPost

package/example/src/app/blog/page.tsx:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Footer } from "../Footer";
5
6interface BlogPost {
7 slug: string;
8 title: string;
9 description: string;
10 date: string;
11 image: string;
12}
13
14const posts: BlogPost[] = [
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…