interface Optionsimport { type Options } from "https://deno.land/x/lume@v2.4.2/middlewares/redirects.ts"; Propertiesredirects: Record<string, string | Redirect>A map of redirects optionalstrict: booleanWhether distinguish the trailing slash or not