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

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

Properties

kind: Kind
name: string
optional: boolean
tsType: TsType
left: Left
right: string