ts
type FrontmatterKeysInternal =
| "id"
| "title"
| "subtitle"
| "description"
| "created"
| "modified"
| "author"
| "series"
| "tags"
| "keywords"
| "draft"
| "lang"
| "langs"
| "permalink"
| "toc";Defined in: packages/astro-friday/src/collection.ts:6