Stone.js API
    Preparing search index...

    Type Alias AdapterEventBuilderType<RawResponseType>

    AdapterEventBuilderType:
        | IAdapterEventBuilder<
            RawResponseOptions,
            IRawResponseWrapper<RawResponseType>,
        >

    AdapterEventBuilderType Type.

    Represents an event builder type for adapters.

    Type Parameters

    • RawResponseType