--- export interface Props { prevUrl: string; nextUrl: string; } const { prevUrl, nextUrl } = Astro.props; ---