--- interface Props { currentVersion: string; versions: string[]; } const { currentVersion, versions } = Astro.props; ---