SyncPayload["data"]["l4ProxyHosts"] is optional (Array | undefined), so indexing with [number] fails tsc. NonNullable<...>[number] resolves the correct element type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
SyncPayload["data"]["l4ProxyHosts"] is optional (Array | undefined), so indexing with [number] fails tsc. NonNullable<...>[number] resolves the correct element type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>