type alias FFFBaseimport { type FFFBase } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/fff.ts"; Base Variables Type ParametersoptionalT extends (boolean | undefined) = undefineddefinition: { categories?: T extends false ? never : string[]; flags?: string[]; summary?: string; tags?: string[]; title?: string; }