Skip to main content
Module

x/alosaur/openapi/parser/src/utils.ts>ParsedNamesDocMap

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface ParsedNamesDocMap
import { type ParsedNamesDocMap } from "https://deno.land/x/alosaur@v0.38.0/openapi/parser/src/utils.ts";

Properties

classes: Map<string, DenoDoc.RootDef>
interfaces: Map<string, DenoDoc.RootDef>
controllers: Map<string, DenoDoc.RootDef>
enums: Map<string, DenoDoc.RootDef>