Module

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

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

Properties

extends: any[]
methods: Method[]
properties: Property[]
callSignatures: any[]
indexSignatures: any[]
typeParams: TypeParam[]