interface Optionsimport { type Options } from "https://deno.land/x/lume@v2.2.4/plugins/sitemap.ts"; Propertiesoptionalfilename: stringThe sitemap file name optionalquery: stringThe query to search pages included in the sitemap optionalsort: 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