Type alias CountCallback

CountCallback: ((count: number) => Promise<any> | any)

Type declaration

    • (count: number): Promise<any> | any
    • The count callback is called, when the asynchronous query operation completes successfully

      Returns

      A Promise, result or undefined

      Parameters

      • count: number

        the matching object count

      Returns Promise<any> | any

Generated using TypeDoc