--- import type { Brand } from '../data/brands/brand'; interface Props { brand: Brand } const { brand } = Astro.props; ---