import { S as Schemas } from './_spec-EgN7VmAI.mjs'; /** * The public SEO-infra payload (`board.seo()`) — platform infrastructure a * headless frontend rebuilds `robots.txt` / `ads.txt` / `indexnow-key.txt` * (+ the Google site-verification ``) from, byte-identically to the * hosted board. Icons and `themeColor` left in 4.0.0; applications * own brand assets and presentation tokens. */ type BoardSeo = Schemas['BoardSeo']; export type { BoardSeo as B };