--- interface Command { name: string; syntax: string; description: string; } interface Props { commands: Command[]; } const { commands } = Astro.props; ---
{cmd.name}
{cmd.syntax}