type alias HintNodeimport { type HintNode } from "https://deno.land/x/live@1.25.4/engine/core/hints.ts"; Type ParametersTdefinition: [key in keyof T]?: HintNode<T[key]> | null