Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ENSRecords

type ENSRecords = {
[key: string]: string;
}
& Partial<{
avatar: string;
github: string;
reddit: string;
instagram: string;
twitter: string;
email: string;
url: string;
description: string;
}
>
;

§Type

§
{
[key: string]: string;
}
& Partial<{
avatar: string;
github: string;
reddit: string;
instagram: string;
twitter: string;
email: string;
url: string;
description: string;
}
>
[src]