UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

6 lines 469 B
/** * Retrieves the Croissant URL for a given dataset ID and version number. Currently, we fetch the contents of a TableEntity * in Synapse prod that contains the Croissant URLs for all datasets. */ export declare function useGetCroissantUrl(datasetId: string, datasetVersionNumber: number): import("@tanstack/react-query").UseQueryResult<string | null, import("@sage-bionetworks/synapse-client").SynapseClientError>; //# sourceMappingURL=useGetCroissantUrl.d.ts.map