/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-output-4a5efa2930d6-output-s0746-c0000.md
Output - hono-docs
Output Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt output Summary toSSG returns the result in...
Output
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#output
Summary
toSSG returns the result in the following Result type. ts export interface ToSSGResult { success: boolean files: string[] error?: Error }
Content
toSSG returns the result in the following Result type.
export interface ToSSGResult {
success: boolean
files: string[]
error?: Error
}