Type alias UploadStateMap<T>

UploadStateMap<T>: { [ key in T]: UploadState }

Map for update state, whereas the key equals the resource name and the value respresents the state of the resource upload

Type Parameters

  • T extends string = string

Generated using TypeDoc