I was able to import a NS record but when I try to run plan I get the following error. ```Item must be one of MX SRV TXT A AAAA ALIAS CAA CNAME, got: NS``` ```tf resource "vercel_dns_record" "domainkey" { domain = "b2b.store" name = "e7a7dafdhajdhd" type = "NS" ttl = 60 value = "ns.vali.email." team_id = "team_d7ahdhah" } ```