interface Optionsimport { type Options } from "https://deno.land/x/lume@v1.17.5/plugins/sitemap.ts"; Propertiesfilename: stringThe sitemap file name query: stringThe query to search pages included in the sitemap sort: stringThe values to sort the sitemap optionallastmod: string | ((data: Data) => Date)The key to use for the lastmod field or a custom function optionalchangefreq: string | ((data: Data) => ChangeFreq)The key to use for the changefreq field or a custom function optionalpriority: string | ((data: Data) => number)The key to use for the priority field or a custom function