Skip to main content
Module

x/alosaur/openapi/parser/src/deno-doc.model.ts>DenoDoc.Property

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface DenoDoc.Property
import { type DenoDoc } from "https://deno.land/x/alosaur@v0.38.0/openapi/parser/src/deno-doc.model.ts";
const { Property } = DenoDoc;

Properties

optional
jsDoc: JsDoc
tsType: TsType
readonly: boolean
accessibility: string
optional: boolean
isAbstract: boolean
isStatic: boolean
name: string
location: Location