ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
ClientRequestResponsesByMethod
Type Alias ClientRequestResponsesByMethod
Experimental
ClientRequestResponsesByMethod
:
{
[
Method
in
ClientRequestMethod
]
:
ClientRequestHandlersByMethod
[
Method
]
extends
(
context
:
infer
_Context
,
)
=>
MaybePromise
<
infer
Response
>
?
Exclude
<
Response
,
void
>
:
never
}
Client request responses keyed by ACP protocol method name.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Loading...
Client request responses keyed by ACP protocol method name.