Documentation
Preparing search index...
@restatedev/restate-sdk
ClientCallOptions
Type Alias ClientCallOptions<I, O>
type
ClientCallOptions
<
I
,
O
>
=
{
headers
?:
Record
<
string
,
string
>
;
idempotencyKey
?:
string
;
input
?:
Serde
<
I
>
;
output
?:
Serde
<
O
>
;
}
Type Parameters
I
O
Index
Properties
headers?
idempotency
Key?
input?
output?
Properties
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
idempotency
Key
idempotencyKey
?:
string
Optional
input
input
?:
Serde
<
I
>
Optional
output
output
?:
Serde
<
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
idempotency
Key
input
output
Documentation
Loading...