Module

x/fresh_seo/src/types.ts>ChangeFrequency

The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋
Latest
type alias ChangeFrequency
import { type ChangeFrequency } from "https://dotland.deno.dev/x/fresh_seo@1.0.1/src/types.ts";
definition:
| "always"
| "hourly"
| "daily"
| "weekly"
| "monthly"
| "yearly"
| "never"