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

x/fff/fff.ts>FFFBase

🌟 Yet Another Opinionated Frontmatter Variable Specs.
Go to Latest
type alias FFFBase
import { type FFFBase } from "https://deno.land/x/fff@v0.4.0-alpha.0/fff.ts";

Base Variables

definition: { title?: string; summary?: string; created?: string; updated?: string; published?: string; image?:
| string
| string[]
; audio?: string | FFFAudio; video?: string | FFFVideo; tags?: string[]; flags?: string[]; }