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://dotland.deno.dev/x/alosaur@v0.35.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