Type Alias UploadPart

type UploadPart = {
    part_id: number;
    url: string;
}
Index

Properties

Properties

part_id: number
url: string

Was this helpful?