synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
12 lines (11 loc) • 384 B
TypeScript
/**
* A request to create a Submission.
* http://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/dataaccess/CreateSubmissionRequest.html
*/
import { RestrictableObjectType } from '../RestrictionInformation';
export declare type CreateSubmissionRequest = {
requestId: string;
requestEtag: string;
subjectId: string;
subjectType: RestrictableObjectType;
};