@ptkl/sdk - v1.7.1
Preparing search index...
v0.10/types/functions
FunctionCallParams
Type Alias FunctionCallParams<K>
Parameters shape for a typed function call.
type
FunctionCallParams
<
K
extends
keyof
PlatformFunctions
>
=
{
headers
?:
Record
<
string
,
string
>
;
input
:
FunctionInput
<
K
>
;
query
?:
Record
<
string
,
string
>
;
}
Type Parameters
K
extends
keyof
PlatformFunctions
Index
Properties
headers?
input
query?
Properties
Optional
headers
headers
?:
Record
<
string
,
string
>
input
input
:
FunctionInput
<
K
>
Optional
query
query
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
input
query
@ptkl/sdk - v1.7.1
Loading...
Parameters shape for a typed function call.