synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
19 lines (18 loc) • 521 B
TypeScript
export declare type UserEntityPermissions = {
canView: boolean;
canEdit: boolean;
canAddChild: boolean;
canCertifiedUserEdit: boolean;
canCertifiedUserAddChild: boolean;
isCertifiedUser: boolean;
canChangePermissions: boolean;
canChangeSettings: boolean;
canDelete: boolean;
canDownload: boolean;
canUpload: boolean;
canEnableInheritance: boolean;
ownerPrincipalId: number;
canPublicRead: boolean;
canModerate: boolean;
isCertificationRequired: boolean;
};