Permissions which a user has on a project.

interface ProjectPermissions {
    canEdit?: boolean;
}

Properties

Properties

canEdit?: boolean

Whether the logged user can edit the project.