interface RouterOptionsimport { type RouterOptions } from "https://deno.land/x/deno_nest@v3.6.1/mod.ts"; Propertiesoptionalstrict: booleanDetermines if routes are matched strictly, where the trailing / is not optional. Defaults to false.