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

    Type Alias FunctionOutput<K>

    FunctionOutput: PlatformFunctions[K] extends { output: infer O } ? O : any

    Inferred output type for a registered function, falling back to any.

    Type Parameters