Stone.js API
    Preparing search index...

    Type Alias TencentScfEventHandlerFunction<RawResponseType>

    TencentScfEventHandlerFunction: (
        rawEvent: TencentScfHttpEvent,
        context: TencentScfContext,
    ) => Promise<RawResponseType>

    Represents an Tencent SCF event handler function.

    Type Parameters

    • RawResponseType = RawHttpResponse

      The type of the response returned by the handler.

    Type Declaration