Skip to main content
function get_dns_record_id_of_name_type
import { get_dns_record_id_of_name_type } from "https://deno.land/x/masx200_deno_cloudflare_ddns@1.1.0/get_dns_record_id_of_name_type.ts";

Parameters

unnamed 0: { api_token: string; zone_id: string; dns_name: string; dns_type: string; }

Returns

Promise<string | null>