Skip to content
HomePagesHomePages template kit

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.

export type SectionSchemaShape = z.input<typeof SectionSchema>;