Skip to main content

UploadStateMap

@combeenation/custom-code-utils


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

T extends string = string