© 2026 Hedgehog Software, LLC
const StoryState = S.Struct({ title: S.NullOr(S.String), contentBlocks: S.NullOr(S.Any), // <- object/json });