Function fetchEntities

  • Parameters

    • entityType: string
    • reindexData: string

    Returns AsyncGenerator<{
        id: any;
        progress: any;
        totalCount: any;
    }, void, unknown>

Generated using TypeDoc