--- import type { Pdf } from '@/types/pdf'; export interface Props { footer: Pdf['footer']; } const { footer } = Astro.props; ---