Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / / UnknownFieldPolicy

Type Alias: UnknownFieldPolicy

ts
type UnknownFieldPolicy = "preserve" | "reject" | "warn";

Defined in: packages/skills/src/types/index.ts:49

Policy applied to frontmatter fields that are present but recognised neither by the bundled spec snapshot nor by the graphorin-* extension catalogue.

Stable