--- import type { Thing, WithContext } from 'schema-dts'; interface Props { schema: WithContext; } const { schema } = Astro.props; ---