Type Alias UploadFilePart

UploadFilePart: {
    part_number: number;
    tag: string;
}