Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Type alias InvokeAsyncCommandInputType

InvokeAsyncCommandInputType: Omit<InvokeAsyncRequest, "InvokeArgs"> & {
    InvokeArgs: InvokeAsyncRequest["InvokeArgs"] | string | Uint8Array | Buffer;
}