Deno.CAARecordIf resolveDns is called with "CAA" record type specified, it will return an array of this interface. interface CAARecord {critical: boolean;tag: string;value: string;}§Properties§critical: boolean[src]§tag: string[src]§value: string[src]