StoreSessionProgressCallbackΒΆ

Type alias StoreSessionProgressCallback

StoreSessionProgressCallback: ((id, current, total) => void)

Type declaration

    • (id, current, total): void
    • Parameters

      • id: string
      • current: number
      • total: number

      Returns void