Skip to main content
Module

x/deno_doc/types.d.ts>LiteralPropertyDef

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

Properties

name: string
params: ParamDef[]
optional
readonly: boolean
computed: boolean
optional: boolean
optional
tsType: TsTypeDef
typeParams: TsTypeParamDef[]