{
  "type": "Program",
  "statements": [
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "weather",
        "loc": {
          "start": {
            "line": 17,
            "column": 6
          },
          "end": {
            "line": 17,
            "column": 13
          }
        }
      },
      "typeAnnotation": {
        "type": "TSLiteralType",
        "literal": {
          "type": "StringLiteral",
          "value": "sunny",
          "loc": {
            "start": {
              "line": 17,
              "column": 16
            },
            "end": {
              "line": 17,
              "column": 23
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 16
          },
          "end": {
            "line": 17,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "report",
        "loc": {
          "start": {
            "line": 18,
            "column": 6
          },
          "end": {
            "line": 18,
            "column": 12
          }
        }
      },
      "typeAnnotation": {
        "type": "TSTemplateLiteralType",
        "references": [
          {
            "type": "TSTypeReference",
            "typeName": {
              "type": "Identifier",
              "name": "weather",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 27
                },
                "end": {
                  "line": 18,
                  "column": 34
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 27
              },
              "end": {
                "line": 18,
                "column": 34
              }
            }
          }
        ],
        "quasis": [
          {
            "type": "TemplateElement",
            "value": {
              "raw": "Today is ",
              "cooked": "Today is "
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 16
              },
              "end": {
                "line": 18,
                "column": 25
              }
            }
          },
          {
            "type": "TemplateElement",
            "value": {
              "raw": "",
              "cooked": ""
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 35
              },
              "end": {
                "line": 18,
                "column": 35
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 18,
            "column": 15
          },
          "end": {
            "line": 18,
            "column": 36
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 37
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 19,
      "column": 1
    }
  }
}
