--- interface Props { envId: string; path?: string; } const { envId, path } = Astro.props; ---