UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

9 lines (8 loc) 225 B
import { SelectColumn } from "./SelectColumn"; export declare type DownloadFromTableResult = { concreteType: string; resultsFileHandleId: string; tableId: string; etag: string; headers: SelectColumn[]; };