@@ -4440,7 +4440,7 @@ export type Routes = {
4440
4440
pairing_code : string
4441
4441
pairing_code_expires_at : string
4442
4442
tailscale_hostname : string
4443
- tailscale_auth_key : string [ ]
4443
+ tailscale_auth_key : string | null
4444
4444
bridge_client_name : string
4445
4445
bridge_client_time_zone : string
4446
4446
bridge_client_machine_identifier_key : string
@@ -4463,7 +4463,7 @@ export type Routes = {
4463
4463
pairing_code : string
4464
4464
pairing_code_expires_at : string
4465
4465
tailscale_hostname : string
4466
- tailscale_auth_key : string [ ]
4466
+ tailscale_auth_key : string | null
4467
4467
bridge_client_name : string
4468
4468
bridge_client_time_zone : string
4469
4469
bridge_client_machine_identifier_key : string
@@ -4486,7 +4486,7 @@ export type Routes = {
4486
4486
pairing_code : string
4487
4487
pairing_code_expires_at : string
4488
4488
tailscale_hostname : string
4489
- tailscale_auth_key : string [ ]
4489
+ tailscale_auth_key : string | null
4490
4490
bridge_client_name : string
4491
4491
bridge_client_time_zone : string
4492
4492
bridge_client_machine_identifier_key : string
0 commit comments