We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2157131 commit 7505a0cCopy full SHA for 7505a0c
src/api/create_dns_record.ts
@@ -0,0 +1,9 @@
1
+import { DnsRecord } from '../record/dns_record.ts';
2
+import { ApiRequestOptions } from './api_request_options.ts';
3
+
4
+export default function createDnsRecord(
5
+ record : DnsRecord,
6
+ options : ApiRequestOptions
7
+) : void {
8
9
+}
0 commit comments