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.ClassDef

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

Properties

isAbstract: boolean
constructors: any[]
properties: Property[]
indexSignatures: any[]
methods: Method[]
optional
extends: any
implements: any[]
typeParams: any[]
superTypeParams: any[]