MCPcopy
hub / github.com/liuzi6612/nav / SEOPayload

Interface SEOPayload

scripts/utils.ts:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323interface SEOPayload {
324 settings: ISettings
325}
326
327export function writeSEO(webs: INavProps[], payload: SEOPayload): string {
328 const { settings } = payload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected