Type Alias UploadConfig

type UploadConfig = {
    cancelURI: string;
    file: File;
    id: string;
    parts: Part[];
    partSize: number;
    processURI: string;
}
Index

Properties

cancelURI: string
file: File
id: string
parts: Part[]
partSize: number
processURI: string

Was this helpful?