Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FrontMatterData

Types of data that can be assigned as Front Matter. We need to use unknown as the value cannot be predicted.

Hierarchy

  • FrontMatterData

Indexable

[key: string]: string | Array<unknown> | {}

Types of data that can be assigned as Front Matter. We need to use unknown as the value cannot be predicted.