vaultmd / EditOutcome
Type Alias: EditOutcome
EditOutcome =
"edited"|"unchanged"|"unverifiable"
Defined in: src/frontmatter/models/edit-outcome.ts:8
Result of an editFrontmatter call:
'edited'— the mutator produced a change and the frontmatter was rewritten.'unchanged'— the mutator left the frontmatter identical; no write occurred.'unverifiable'— the existing frontmatter is not flat-scalar-safe and the edit was skipped to avoid data loss.