--- export interface Props { id: string; } const { id } = Astro.props; ---