Asset.UploadAssetConfig type

Type information of Upload Asset Config

Signature:

type UploadAssetConfig = Partial<{
        onProgress: ProgressFn;
        type: string;
    }>;

References: ProgressFn