以下のタプルから分割代入を行う正しい構文はどれですか? ```typescript let userRecord: [string, number, string] = ["田中", 25, "エンジニア"]; ```