{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "kind": "const",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "banana"
          },
          "init": {
            "type": "Literal",
            "raw": "'Banana'",
            "value": "Banana"
          },
          "fsTyping": {
            "type": "FirescriptTyping",
            "name": "str"
          }
        }
      ]
    }
  ]
}
