OasVoid
OasVoid is an object indicating the absence of a value.
Properties
| Property | Type | Description |
|---|---|---|
| oasType | 'void' | Static value representing the OpenAPI void type. |
| type | 'void' | Static value indicating void type. |
| title | string | undefined | Optional title of the void type. |
| description | string | undefined | Optional description of the void type. |
Methods
isRef
Returns false indicating that the object is not a reference.
void.isRef()
Return value
false
resolve
Returns the void object itself.
void.resolve()
Return value
The void object itself.
resolveOnce
Returns the void object itself.
void.resolveOnce()
Return value
The void object itself.