Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_doc/types.d.ts>ParamArrayDef

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

Properties

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