ah i just figured it out... just fiy to anyone who...
# general-english
c
ah i just figured it out... just fiy to anyone who does "search"
Copy code
const assistantOverrides = {
  variableValues: {
    name: "Alice",
    accountType: "Premium",
    lastPurchase: "2025-03-15"
  },
};
2 Views