Skip to main content
Module

x/lume/deps/fff.ts>FFFExtra

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias FFFExtra
import { type FFFExtra } from "https://deno.land/x/lume@v2.1.4/deps/fff.ts";

Extra Variables

Type Parameters

optional
T extends (boolean | undefined) = undefined
definition: { authors?: FFFAuthor[]; checkin?: string; draft?: T extends false ? never : boolean; lang?: string; location?: string; rsvp?:
| "interested"
| "maybe"
| "no"
| "yes"
; syndication?: string | string[]; visibility?: T extends false ? never : (
| "private"
| "public"
| "unlisted"
| (string & { })
); }