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