@sendbird/calls-react-native
    Preparing search index...

    Type Alias NativeQueryResult<T>

    NativeQueryResult: Promise<{ hasNext: boolean; result: T[] }>

    Type Parameters

    • T