Interface IUploadSourceOptions

interface IUploadSourceOptions {
    timeout?: number;
    uploadUrl?: string;
    values: AllowArray<IUploadSourceMedia>;
}

Properties

timeout?: number
uploadUrl?: string
values: AllowArray<IUploadSourceMedia>

Generated using TypeDoc