export interface DownloadDocumentRequest {
  DescriptorId: string;
}
