interface RouterOptionsimport { type RouterOptions } from "https://deno.land/x/fresh@1.4.1/src/server/types.ts"; PropertiesoptionaltrailingSlash: boolean = falseControls whether Fresh will append a trailing slash to the URL.