Skip to content

Home > fff-flavored-frontmatter > FFFFlavoredFrontmatter

FFFFlavoredFrontmatter type

Type definition of the FFF Flavored Frontmatter.

Signature:

typescript
type FFFFlavoredFrontmatter<T extends (boolean | undefined) = undefined> = FFFBase & FFFDateTime & FFFMedia<T> & FFFMention & FFFExtra;

References: FFFBase, FFFDateTime, FFFMedia, FFFMention, FFFExtra