import { type SSGOptions } from "https://deno.land/x/aleph@1.0.0-beta.40/server/types.ts";
The SSG options for the FS routing.
definition: { include?: RegExp; exclude?: RegExp; getStaticPaths?: () => string[] | Promise<string[]>; clientHeaders?: HeadersInit; }