Skip to main content
Module

x/deno_doc/types.d.ts>ParamArrayDef

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

Properties

kind: "array"
elements: (ParamDef | undefined)[]
optional: boolean
optional
decorators: DecoratorDef[]
optional
tsType: TsTypeDef