Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Module "./lib/help"

...

Index

Classes

Type aliases

Type aliases

ERHelp

ERHelp: object

An JSON object for Error Messages.

Type declaration

  • Error: string

RFParam

RFParam: GNParam | boolean | string[]

A reference to a Defined GNParam.

CBGetParams

CBGetParams: function

Formats path/header/query/body definitions for OpenAPI 3.0.

param

A collection of GNParam instances, defining Path, Headers, Query or Body parameters.

param

The path-parameters of the current GNRoute.

returns

A OpenAPI 3.0 formatted object.

Type declaration