SectionSchemaResolved
The flat shape a section schema resolves to at materialization: `meta`'s `anchor`/`groups`/`display` lifted to the top level — the serialized shape every downstream contract and consumer reads.
The flat shape a section schema resolves to at materialization: meta’s
anchor/groups/display lifted to the top level — the serialized shape
every downstream contract and consumer reads.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type SectionSchemaResolved = Omit<z.infer<typeof SectionSchema>, "meta"> & { anchor: string; groups?: z.infer<typeof SlotGroupDef>[]; display?: DisplayShape;};