{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 10
                      },
                      "end": {
                        "line": 17,
                        "column": 11
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 13
                      },
                      "end": {
                        "line": 17,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 10
                    },
                    "end": {
                      "line": 17,
                      "column": 21
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 21
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 26
                    },
                    "end": {
                      "line": 17,
                      "column": 27
                    }
                  }
                },
                "value": {
                  "type": "FunctionExpression",
                  "function": {
                    "type": "ScriptFunction",
                    "id": null,
                    "generator": false,
                    "async": false,
                    "expression": false,
                    "params": [],
                    "returnType": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 42
                        },
                        "end": {
                          "line": 17,
                          "column": 48
                        }
                      }
                    },
                    "body": {
                      "type": "BlockStatement",
                      "statements": [
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "StringLiteral",
                            "value": "foo",
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 58
                              },
                              "end": {
                                "line": 17,
                                "column": 63
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 51
                            },
                            "end": {
                              "line": 17,
                              "column": 63
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 49
                        },
                        "end": {
                          "line": 17,
                          "column": 65
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 29
                      },
                      "end": {
                        "line": 17,
                        "column": 65
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 29
                    },
                    "end": {
                      "line": 17,
                      "column": 65
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 26
                  },
                  "end": {
                    "line": 17,
                    "column": 65
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 17,
                "column": 24
              },
              "end": {
                "line": 17,
                "column": 67
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 67
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 67
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 18,
      "column": 1
    }
  }
}
