Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh_seo/src/types.ts>ChangeFrequency

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