Preparing search index...
The search index is not available
erest
erest
APICommon
Interface APICommon<T>
interface
APICommon
<
T
>
{
description
?:
string
;
handler
?:
T
;
method
:
"delete"
|
"get"
|
"patch"
|
"post"
|
"put"
;
path
:
string
;
response
?:
TYPE_RESPONSE
;
title
:
string
;
}
Type Parameters
T
=
DEFAULT_HANDLER
Hierarchy (
view full
)
APICommon
APIDefine
Index
Properties
description?
handler?
method
path
response?
title
Properties
Optional
description
description
?:
string
Optional
handler
handler
?:
T
method
method
:
"delete"
|
"get"
|
"patch"
|
"post"
|
"put"
path
path
:
string
Optional
response
response
?:
TYPE_RESPONSE
title
title
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
description
handler
method
path
response
title
erest
SchemaManager
SchemaType
ValueTypeItem
ValueTypeManager
default
APICommon
APIDefine
APIOption
IApiInfo
IApiOption
IApiOptionInfo
IDocOptions
IExample
IGroupInfoOpt
IGruop
ISchemaCheckResult
ISchemaTypeFieldInfo
ISchemaTypeFields
IValueResult
IValueTypeCheckResult
IValueTypeOptions
Loading...
Generated using
TypeDoc