import { type FFFExtra } from "https://deno.land/x/lume@v2.4.1/deps/fff.ts";
Extra Variables
definition: { authors?: FFFAuthor[]; checkin?: string; draft?: T extends false ? never : boolean; lang?: string; location?: string; rsvp?: ; syndication?: string | string[]; visibility?: T extends false ? never : (); }
| "interested"
| "maybe"
| "no"
| "yes"
| "private"
| "public"
| "unlisted"
| (string & { })