Type alias FetchProgress

FetchProgress: {
    read: number;
    total: number;
}

Type declaration

  • read: number
  • total: number

Generated using TypeDoc