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

x/deno_doc/types.d.ts>ParamIdentifierDef

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

Properties

kind: "identifier"
name: string
optional: boolean
optional
decorators: DecoratorDef[]
optional
tsType: TsTypeDef