synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 388 B
TypeScript
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