SectionSchemaShape
The authored input shape of `SectionSchema` — what `as const satisfies SectionSchemaShape` checks a section's `schema.ts` against.
The authored input shape of SectionSchema — what as const satisfies SectionSchemaShape checks a section’s schema.ts against.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type SectionSchemaShape = z.input<typeof SectionSchema>;