Preparing search index...
The search index is not available
devfive front components
devfive front components
index
DevfiveRoute
Interface DevfiveRoute<Name, Path>
interface
DevfiveRoute
<
Name
,
Path
>
{
body
?:
ZodTypeAny
;
method
:
"delete"
|
"post"
|
"put"
|
"patch"
|
"get"
;
name
:
Name
;
path
:
Path
;
response
:
ZodTypeAny
;
}
Type Parameters
Name
=
string
Path
=
string
Index
Properties
body?
method
name
path
response
Properties
Optional
body
body
?:
ZodTypeAny
method
method
:
"delete"
|
"post"
|
"put"
|
"patch"
|
"get"
name
name
:
Name
path
path
:
Path
response
response
:
ZodTypeAny
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
method
name
path
response
devfive front components
index
test
Generated using
TypeDoc