Skip to main content
Module

x/deno_doc/types.d.ts>InterfacePropertyDef

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

Properties

name: string
location: Location
optional
jsDoc: JsDoc
params: ParamDef[]
optional
readonly: boolean
computed: boolean
optional: boolean
optional
tsType: TsTypeDef
typeParams: TsTypeParamDef[]