MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / SEOData

Interface SEOData

types/github.ts:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229export interface SEOData {
230 title: string;
231 description: string;
232 keywords: string[];
233}
234
235export interface FeaturedProject {
236 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected