Type alias UploadFilePart

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

Type declaration

  • part_number: number
  • tag: string