{
  "type": "Program",
  "statements": [
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "axis1",
        "loc": {
          "start": {
            "line": 17,
            "column": 6
          },
          "end": {
            "line": 17,
            "column": 11
          }
        }
      },
      "typeAnnotation": {
        "type": "TSUnionType",
        "types": [
          {
            "type": "TSLiteralType",
            "literal": {
              "type": "StringLiteral",
              "value": "x",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 14
                },
                "end": {
                  "line": 17,
                  "column": 17
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 14
              },
              "end": {
                "line": 17,
                "column": 17
              }
            }
          },
          {
            "type": "TSLiteralType",
            "literal": {
              "type": "StringLiteral",
              "value": "y",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 20
                },
                "end": {
                  "line": 17,
                  "column": 23
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 20
              },
              "end": {
                "line": 17,
                "column": 23
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 17,
            "column": 14
          },
          "end": {
            "line": 17,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "axis2",
        "loc": {
          "start": {
            "line": 18,
            "column": 6
          },
          "end": {
            "line": 18,
            "column": 11
          }
        }
      },
      "typeAnnotation": {
        "type": "TSUnionType",
        "types": [
          {
            "type": "TSLiteralType",
            "literal": {
              "type": "StringLiteral",
              "value": "a",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 14
                },
                "end": {
                  "line": 18,
                  "column": 17
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 14
              },
              "end": {
                "line": 18,
                "column": 17
              }
            }
          },
          {
            "type": "TSLiteralType",
            "literal": {
              "type": "StringLiteral",
              "value": "b",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 20
                },
                "end": {
                  "line": 18,
                  "column": 23
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 20
              },
              "end": {
                "line": 18,
                "column": 23
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 18,
            "column": 14
          },
          "end": {
            "line": 18,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "num",
        "loc": {
          "start": {
            "line": 19,
            "column": 6
          },
          "end": {
            "line": 19,
            "column": 9
          }
        }
      },
      "typeAnnotation": {
        "type": "TSUnionType",
        "types": [
          {
            "type": "TSLiteralType",
            "literal": {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 12
                },
                "end": {
                  "line": 19,
                  "column": 13
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 12
              },
              "end": {
                "line": 19,
                "column": 13
              }
            }
          },
          {
            "type": "TSLiteralType",
            "literal": {
              "type": "NumberLiteral",
              "value": 2,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 16
                },
                "end": {
                  "line": 19,
                  "column": 17
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 16
              },
              "end": {
                "line": 19,
                "column": 17
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 19,
            "column": 12
          },
          "end": {
            "line": 19,
            "column": 17
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 18
        }
      }
    },
    {
      "type": "TSTypeAliasDeclaration",
      "id": {
        "type": "Identifier",
        "name": "node",
        "loc": {
          "start": {
            "line": 20,
            "column": 6
          },
          "end": {
            "line": 20,
            "column": 10
          }
        }
      },
      "typeAnnotation": {
        "type": "TSTemplateLiteralType",
        "references": [
          {
            "type": "TSUnionType",
            "types": [
              {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "axis1",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 16
                    },
                    "end": {
                      "line": 20,
                      "column": 21
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 16
                  },
                  "end": {
                    "line": 20,
                    "column": 21
                  }
                }
              },
              {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "axis2",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 24
                    },
                    "end": {
                      "line": 20,
                      "column": 29
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 24
                  },
                  "end": {
                    "line": 20,
                    "column": 29
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 20,
                "column": 16
              },
              "end": {
                "line": 20,
                "column": 29
              }
            }
          },
          {
            "type": "TSTypeReference",
            "typeName": {
              "type": "Identifier",
              "name": "num",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 33
                },
                "end": {
                  "line": 20,
                  "column": 36
                }
              }
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 33
              },
              "end": {
                "line": 20,
                "column": 36
              }
            }
          }
        ],
        "quasis": [
          {
            "type": "TemplateElement",
            "value": {
              "raw": "",
              "cooked": ""
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 14
              },
              "end": {
                "line": 20,
                "column": 14
              }
            }
          },
          {
            "type": "TemplateElement",
            "value": {
              "raw": "_",
              "cooked": "_"
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 30
              },
              "end": {
                "line": 20,
                "column": 31
              }
            }
          },
          {
            "type": "TemplateElement",
            "value": {
              "raw": "",
              "cooked": ""
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 37
              },
              "end": {
                "line": 20,
                "column": 37
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 20,
            "column": 13
          },
          "end": {
            "line": 20,
            "column": 38
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 39
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 21,
      "column": 1
    }
  }
}
