@typia/website
Preparing search index...
typia
IJsonSchemaApplication
IFunction
Interface IFunction<Schema>
interface
IFunction
<
Schema
extends
OpenApi.IJsonSchema
|
OpenApiV3.IJsonSchema
=
OpenApi.IJsonSchema
,
>
{
async
:
boolean
;
deprecated
?:
boolean
;
description
?:
string
;
name
:
string
;
output
:
IOutput
<
Schema
>
|
undefined
;
parameters
:
IJsonSchemaApplication
.
IParameter
<
Schema
>
[]
;
summary
?:
string
;
tags
?:
string
[]
;
}
Type Parameters
Schema
extends
OpenApi.IJsonSchema
|
OpenApiV3.IJsonSchema
=
OpenApi.IJsonSchema
Index
Properties
async
deprecated?
description?
name
output
parameters
summary?
tags?
Properties
async
async
:
boolean
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
name
name
:
string
output
output
:
IOutput
<
Schema
>
|
undefined
parameters
parameters
:
IJsonSchemaApplication
.
IParameter
<
Schema
>
[]
Optional
summary
summary
?:
string
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
async
deprecated
description
name
output
parameters
summary
tags
@typia/website
Loading...