@ptkl/sdk - v1.7.1
    Preparing search index...

    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

    Index

    Properties

    Properties

    headers?: Record<string, string>
    query?: Record<string, string>