--- interface props{ nombre: string; precio: number; } const {nombre, precio} = Astro.props; ---

{nombre}

{precio}