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

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

[Experimental / PoC] Create broadcast graphics using Deno and a browser (a NodeCG alternative)
Latest
type alias Types.RequestParams
import { type Types } from "https://deno.land/x/denocg@v0.0.8/client/mod.ts";
const { RequestParams } = Types;

Type Parameters

TDef extends TypeDefinition
TKey extends RequestName<TDef>
definition: TDef["requests"][TKey] extends { params: unknown; } ? TDef["requests"][TKey]["params"] : undefined