import { type RecordValue } from "https://deno.land/x/bencodex@0.2.2/src/dict.ts";
A record object that represents a Bencodex dictionary.
Note that its values can be either Value or RecordValue recursively.
Index Signatures
key: string]: Value | RecordValue
[