Skip to main content
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.33.0/openapi/parser/src/deno-doc.model.ts";
const { Property } = DenoDoc;

Properties

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