import { type dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { ObjectDescriptor } = dtils;
Properties
optional
keys: { [key: string]: JsonDescriptor; }Either keys
or valueType
must be specified
optional
valueType: JsonDescriptorThe key can be anything, but the value must match this.
Either keys
or valueType
must be specified