Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/denocg/client/mod.ts>Types.TypeDefinition

[Experimental / PoC] Create broadcast graphics using Deno and a browser (a NodeCG alternative)
Latest
type alias Types.TypeDefinition
import { 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; }; }