type alias Types.TypeDefinitionimport { type Types } from "https://deno.land/x/denocg@v0.0.8/client/mod.ts"; const { TypeDefinition } = Types; definition: { replicants: { [TKey: string]: unknown; [TKey: number | symbol]: never; }; messages: { [TKey: string]: { params?: unknown; }; [TKey: number | symbol]: never; }; requests: { [TKey: string]: { params?: unknown; result?: unknown; }; [TKey: number | symbol]: never; }; }