philia
Preparing search index...
protocol/type/api
IAPI
Type Alias IAPI<T>
IAPI
:
{
[
K
in
keyof
T
]
:
(
data
:
T
[
K
]
[
"request"
]
,
client
?:
default
,
)
=>
T
[
K
]
[
"response"
]
|
Promise
<
T
[
K
]
[
"response"
]
>
}
Type Parameters
T
extends
Record
<
keyof
T
,
{
request
:
unknown
;
response
:
unknown
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
philia
Loading...