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

19 lines (18 loc) 555 B
export declare enum RestrictableObjectType { ENTITY = "ENTITY", EVALUATION = "EVALUATION", TEAM = "TEAM" } export declare type RestrictionInformationRequest = { restrictableObjectType: RestrictableObjectType; objectId: string; }; export declare enum RestrictionLevel { OPEN = "OPEN", RESTRICTED_BY_TERMS_OF_USE = "RESTRICTED_BY_TERMS_OF_USE", CONTROLLED_BY_ACT = "CONTROLLED_BY_ACT" } export declare type RestrictionInformationResponse = { restrictionLevel: RestrictionLevel; hasUnmetAccessRequirement: boolean; };