Skip to main content
Module

x/deno_doc/types.d.ts>ParamAssignDef

Documentation generator for Deno
Go to Latest
interface ParamAssignDef
import { type ParamAssignDef } from "https://deno.land/x/deno_doc@0.77.0/types.d.ts";

Properties

kind: "assign"
left: ParamDef
right: string
optional
decorators: DecoratorDef[]
optional
tsType: TsTypeDef