interface Optionsimport { type Options } from "https://deno.land/x/lume@v2.4.1/plugins/check_urls.ts"; Propertiesoptionalextensions: string[]The list of extensions this plugin applies to optionalstrict: booleanTrue to require trailing slashes and ignore redirections (oldUrl variables) optionalignore: string[]The list of URLs to ignore optionalexternal: booleanTrue to check external links optionaloutput: string | ((notFoundUrls: Map<string, Set<string>>) => void)To output the list to a json file