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

    Type Alias PlatformFunction<K>

    PlatformFunction: PlatformFunctions[K]

    Access a single platform function's signature type by name.

    Type Parameters

    type EmailSig = PlatformFunction<"send_email">
    // → { input: { body: string; to: string }; output: { status: boolean } }