export interface DownloadDocumentSliceRequest {
  DescriptorId: string;
  sliceNum?: number;
}
