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

8 lines 388 B
import { CurationTask } from '@sage-bionetworks/synapse-client'; /** * For a given CurationTask that could be used to create a GridSession, return the ID of the source entity that would be * used to create the GridSession. * @param curationTask */ export declare function getGridSourceIdForTask(curationTask: CurationTask): string; //# sourceMappingURL=getGridSourceIdForTask.d.ts.map