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

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

Alosaur - Deno web framework with many decorators
Go to Latest
interface DenoDoc.Property
import { type DenoDoc } from "https://deno.land/x/alosaur@v0.35.2/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