{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "e",
            "typeAnnotation": {
              "type": "TSVoidKeyword",
              "loc": {
                "start": {
                  "line": 3,
                  "column": 8
                },
                "end": {
                  "line": 3,
                  "column": 12
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 3,
                "column": 5
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 3,
              "column": 5
            },
            "end": {
              "line": 3,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 3,
          "column": 1
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "ObjectPattern",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 7
                    },
                    "end": {
                      "line": 4,
                      "column": 8
                    }
                  }
                },
                "value": {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "ObjectPattern",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 12
                            },
                            "end": {
                              "line": 4,
                              "column": 13
                            }
                          }
                        },
                        "value": {
                          "type": "AssignmentPattern",
                          "left": {
                            "type": "ArrayPattern",
                            "elements": [
                              {
                                "type": "AssignmentPattern",
                                "left": {
                                  "type": "Identifier",
                                  "name": "c",
                                  "decorators": [],
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 17
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NumberLiteral",
                                  "value": 2,
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 21
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 21
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "d",
                                "decorators": [],
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 24
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 15
                              },
                              "end": {
                                "line": 4,
                                "column": 25
                              }
                            }
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "StringLiteral",
                                "value": "",
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 34
                                  }
                                }
                              },
                              {
                                "type": "BooleanLiteral",
                                "value": true,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 40
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 28
                              },
                              "end": {
                                "line": 4,
                                "column": 41
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 15
                            },
                            "end": {
                              "line": 4,
                              "column": 41
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 12
                          },
                          "end": {
                            "line": 4,
                            "column": 41
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 10
                      },
                      "end": {
                        "line": 4,
                        "column": 43
                      }
                    }
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 48
                            },
                            "end": {
                              "line": 4,
                              "column": 49
                            }
                          }
                        },
                        "value": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "NumberLiteral",
                              "value": 2,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 52
                                },
                                "end": {
                                  "line": 4,
                                  "column": 53
                                }
                              }
                            },
                            {
                              "type": "StringLiteral",
                              "value": "",
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 55
                                },
                                "end": {
                                  "line": 4,
                                  "column": 60
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 51
                            },
                            "end": {
                              "line": 4,
                              "column": 61
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 48
                          },
                          "end": {
                            "line": 4,
                            "column": 61
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 46
                      },
                      "end": {
                        "line": 4,
                        "column": 63
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 10
                    },
                    "end": {
                      "line": 4,
                      "column": 63
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 7
                  },
                  "end": {
                    "line": 4,
                    "column": 63
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 5
              },
              "end": {
                "line": 4,
                "column": 65
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 70
                    },
                    "end": {
                      "line": 4,
                      "column": 71
                    }
                  }
                },
                "value": {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "k",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 75
                          },
                          "end": {
                            "line": 4,
                            "column": 76
                          }
                        }
                      },
                      "value": {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 78
                          },
                          "end": {
                            "line": 4,
                            "column": 79
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 75
                        },
                        "end": {
                          "line": 4,
                          "column": 79
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "b",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 81
                          },
                          "end": {
                            "line": 4,
                            "column": 82
                          }
                        }
                      },
                      "value": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "BooleanLiteral",
                            "value": true,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 85
                              },
                              "end": {
                                "line": 4,
                                "column": 89
                              }
                            }
                          },
                          {
                            "type": "BigIntLiteral",
                            "value": "",
                            "bigint": "",
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 91
                              },
                              "end": {
                                "line": 4,
                                "column": 93
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 84
                          },
                          "end": {
                            "line": 4,
                            "column": 94
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 81
                        },
                        "end": {
                          "line": 4,
                          "column": 94
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 73
                    },
                    "end": {
                      "line": 4,
                      "column": 96
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 70
                  },
                  "end": {
                    "line": 4,
                    "column": 96
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "t",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 98
                    },
                    "end": {
                      "line": 4,
                      "column": 99
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 6,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 101
                    },
                    "end": {
                      "line": 4,
                      "column": 102
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 98
                  },
                  "end": {
                    "line": 4,
                    "column": 102
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 68
              },
              "end": {
                "line": 4,
                "column": 104
              }
            }
          },
          "loc": {
            "start": {
              "line": 4,
              "column": 5
            },
            "end": {
              "line": 4,
              "column": 104
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 4,
          "column": 1
        },
        "end": {
          "line": 4,
          "column": 105
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 7,
      "column": 1
    }
  }
}
TypeError: Object literal may only specify known properties, and 't' does not exist in type '{ a?: { b: [number, string]; }; }'. [objectDestructuring27.ts:4:98]
